Ask Your Question

drhoffma's profile - activity

2014-11-25 08:47:27 -0600 received badge  Supporter (source)
2014-11-24 22:54:09 -0600 asked a question fastNlMeansDenoising with Python

I'm having trouble with cv2.fastNlMeansDenoising(). I'm running Python 2.7 on Windows 7 (forced to use Windows since it's a work computer...otherwise I'd be on linux). Is this a c++ only function? The documentation doesn't refer to Python but surely there is a denoising function for Python. When I execute fastNlMeansDenoising my application locks up.

Code: http://pastebin.com/ctvjrnyj

2014-11-24 22:38:58 -0600 asked a question fastNlMeansDenoising

I'm having trouble with cv2.fastNlMeansDenoising(). I'm running Python 2.7 on Windows 7 (forced to use Windows since it's a work computer...otherwise I'd be on linux). Is this a c++ only function? The documentation doesn't refer to Python but surely there is a denoising function for Python. When I execute fastNlMeansDenoising my application locks up.

Here is the code:
http://pastebin.com/ctvjrnyj