-
This is really neat and better than any SSAO technique I have read about yet:
http://graphics.cs.williams.edu/papers/SAOHPG12/McGuire12SAO-talk.pdf
Sample code:
https://gist.github.com/fisch0920/67…
-
Hi,
I used the same horse image that the original authors used for their implementation and compared the results for them.
Turns out, there seems to be quite a large difference between the resultin…
-
Dear developers:
I want to build the DIPimage from source using Win10 platform, Matlab2017b and VS2017, I have met some errors.
- In matlab commond window:
try, makecontents\(\'C:/Users/Administrat…
-
Hi guys,
After solving the issue with the linking in the mex script. I am able to load and visualize my point using the following script:
```
#include "mex.h"
// cpp system headers
#define …
-
I followed your steps and when I run crf_rnn_layer_test.py I got this
![output](https://user-images.githubusercontent.com/40970363/42455677-7f6a0ea2-83c5-11e8-9f0f-ff078332bce5.jpg)
and this
![ou…
-
Trying the following pre-processing to optimize unet result:
- [x] High-Pass Filter
- [x] Median-Filtering
- [x] Bilateral-Filtering
- [x] Histogram Equalization
-
Some dataset(for example Microsoft 7-scenes dataset) doesn't perform any ICP iteration using point-to-plane option. Strangely, point-to-point option works well for the same data set and the tutorial d…
-
Check link 3 for a specific implementation.
Relevant doc:
1. https://docs.opencv.org/master/d4/d86/group__imgproc__filter.html#ga9d7064d478c95d60003cf839430737ed
2. https://docs.opencv.org/java/3…
-
Is there any paper explaining the new depth upsampling method?
-
`git log -1 --oneline`: 05beb27 windows: Build upstream libusb only
I was digging around the internals and had three questions that I believe all have clear answers.
1. Are the units meters or m…