Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Polarized filter for 650nm wavelength, works perfect. With it code works stable. But must add mat inversion in code

cv::Mat matProcessedInv;
cv::bitwise_not(matProcessed, matProcessedInv);

Thx FooBar and berak for tips