What is the matrix of a 3x3 Sobel operator if the operator is called diagonal (Left or right diagonal)? EDIT: or maybe with a larger size
Sobel 3x3 diagonal operators:
[[0,1,2], [-1,0,1], [-2,-1,0]]
and
[[-2,-1,0], [-1,0,1], [0,1,2]]
Hope this helps.
Source: https://habr.com/ru/post/1310806/More articles:How to get Perl CGI script coverage code when running Selenium? - perlMS Access (Jet) Transactions, Workspaces - ms-accessCan I get Perl Devel :: Cover to generate a coverage report if I kill the assembly build process before it is complete? - perlHow to make UILabel look engraved as a section title in a UITableView - objective-cHow can I print directly to the printer using jasper and grails reports? - html5Returning structures to registers - ARM ABI in GCC - cHow to open print dialog after creating PDF? - javascriptDetermining jQuery versions using WordPress? - jqueryrotating circle with swipe question - objective-cjQuery jqGrid trigger reloadGrid - jqueryAll Articles