1 | initial version |
I think i solved the problem. the mat which has Float32Array in the worker has 2 channel. so modified like below : window.cv.matFromArray(rows, cols, window.cv.CV_32FC2, result.data32F);
thank you for spending time for my question.
2 | No.2 Revision |
I think i solved the problem. the mat which has Float32Array in the worker has 2 channel. so modified like below : window.cv.matFromArray(rows, cols, window.cv.CV_32FC2, result.data32F);
thank you for spending time for my question.question!
3 | No.3 Revision |
I think i solved the problem. the mat which has Float32Array in the worker has 2 channel. so modified like below : window.cv.matFromArray(rows, cols, window.cv.CV_32FC2, result.data32F);
thank you again for spending time for my question!