You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I'm looking to use the image processing features of your library.
The sobel_derivatives documentation says it uses "single channel only". jsfeat.imgproc.sobel_derivatives(source:matrix_t, dest:matrix_t);
I don't know what is meant by single channel image.
How can I convert grayscaled getImageData() output ( [r0, g0, b0, a0, r1, g1, b0...] ) to a single channel matrix_t input for jsfeat.imgproc.sobel_derivatives?
Thank you for your help,
Nicole
The text was updated successfully, but these errors were encountered:
Hi I'm looking to use the image processing features of your library.
The sobel_derivatives documentation says it uses "single channel only".
jsfeat.imgproc.sobel_derivatives(source:matrix_t, dest:matrix_t);
I don't know what is meant by single channel image.
How can I convert grayscaled getImageData() output ( [r0, g0, b0, a0, r1, g1, b0...] ) to a single channel
matrix_t
input forjsfeat.imgproc.sobel_derivatives
?Thank you for your help,
Nicole
The text was updated successfully, but these errors were encountered: