-
In #30 we changed the usage of `AdaptiveThreshold` from
```julia
w = recommend_window_size(img)
f = AdaptiveThreshold(window_size = w, percentage = 15)
binarize(img, f)
```
to
```julia
f = A…
-
### Bug report
When I try to run the tests, all the `.svg` tests fail because of an Inkscape crash. When a svg test runs, an Inkscape window opens:
Clicking through this leads to another win…
-
I have written python a program for feature extraction system to find contours on image :
#!/usr/bin/env python
import rospy
import cv2
from std_msgs.msg import String
from sensor_msgs.msg impo…
-
To extract the drawn features we need to cancel out noise and threshold the image pixel values.
- [ ] A well lit environment would help tremendosly. I.e. an aparatus which ensures constant lighting…
-
I am trying to run the cartoonify code
```
import cv2
import numpy as np
numDownSamples = 2 # number of downscaling steps
numBilateralFilters = 7 # number of bilateral filtering steps
…
-
Here is the output of `make linkcheck` in our doc. Some of the links are broken. It'd be great to convert this raw output to a checklist, and fix some of these broken links in future PRs. I think this…
-
I'm wondering if it is necessary to export all implemented methods: https://github.com/zygmuntszpak/ImageBinarization.jl/blob/master/src/ImageBinarization.jl#L61-L72
If this package is reexported b…
-
Hi!
Commit https://github.com/pupil-labs/pupil/commit/3cd1a1cf253d34fa84f69a7f0aad55f82816d93a#diff-0ba20614a38ba70897e1256fac1d08a8L19
changed the mean filter to a gaussian filter, while still ke…
-
Update from GPUImage to GPUImage3, some of filters has been removed.
"AdaptiveThreshold" and "Average luminance threshold" filter will be add in next version?
-
Hello,
I´m trying to get IJ-OpenCV to work for quite a while now, trying different versions of JavaCV and OpenCV, but when trying to execute a plugin like 'Adaptive_ThresholdJ_', ImageJ always tells …