Ask Your Question

forestjj's profile - activity

2020-08-03 00:20:12 -0600 edited question deblur image in java,what is the value of snr?

deblur image in java,what is the value of snr? According to the out-of-focus deblue filter on your official website th

2020-08-03 00:19:59 -0600 edited question deblur image in java,what is the value of snr?

deblur image in java,what is the value of snr? According to the out-of-focus deblue filter on your official website th

2020-07-01 01:54:49 -0600 received badge  Enthusiast
2020-06-30 03:46:42 -0600 received badge  Self-Learner (source)
2020-06-30 03:38:44 -0600 answered a question how to write Out-of-focus Deblur Filter with java

Mat mat = Imgcodecs.imread("image",Imgcodecs.IMREAD_GRAYSCALE);

2020-06-30 03:33:42 -0600 commented question deblur image in java,what is the value of snr?

The official effect picture can see the text

2020-06-30 03:27:18 -0600 asked a question deblur image in java,what is the value of snr?

deblur image in java,what is the value of snr? h = calcPSF(h, roi.size(), 8); Hw = calcWnrFilter(h, 1.0 / 1600.0

2020-06-29 03:49:51 -0600 commented question Java (-215:Assertion failed) mv[i].size == mv[0].size && mv[i].depth() == depth in function 'cv::merge'

Solve it? I also did, I also want to know how to solve

2020-06-29 03:48:53 -0600 commented question Error while implementing the "out of focus deblur tutorial" in java

Solve it? I guess,mat_float is the problem

2020-06-27 20:17:47 -0600 commented question how to write Out-of-focus Deblur Filter with java

thankyou,I'll try again

2020-06-22 20:57:41 -0600 commented question how to write Out-of-focus Deblur Filter with java

merge.dispatch.cpp:129: error: (-215:Assertion failed) mv[i].size == mv[0].size && mv[i].depth() == depth in fun

2020-06-22 03:15:11 -0600 asked a question how to write Out-of-focus Deblur Filter with java

how to write Out-of-focus Deblur Filter with java I am working on a java project where I have to use Out-of-focus Deblu