Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 OpenCV 和 c++ 实现了高斯递归滤波器(由 R. Deriche 编写)。但是,我得到的结果很奇怪。我还尝试将生成的图像标准化为 0 到 255 之间,但即使这样也无济于事。
任何帮助都会很棒
图像必须作为输入中的浮点数。必须对此浮动图像进行处理,然后使用
normalize(output, output,0,255,NORM_MINMAX,CV_8UC1);
感谢您的帮助。
I've done a search, and I've found a few results, but none that seem to work - hoping someone can help me or point me in the right direction. I have a web page with jQuery load