Nicolas, it seems windowing Parzen with Sinc gives it a touch of added sharpness, a sigmoidal contrast of 6 seems to also tighten up the edges just enough to add some further definition.
http://puu.sh/1hjaS
magick rose: -colorspace rgb +sigmoidal-contrast 6 -define filter:window=sinc -define ...
Search found 56 matches
- 2012-10-21T15:37:15-07:00
- Forum: Digital Image Processing
- Topic: Tensor Parzen?
- Replies: 12
- Views: 52861
- 2012-10-15T14:21:27-07:00
- Forum: Digital Image Processing
- Topic: Tensor Parzen?
- Replies: 12
- Views: 52861
Tensor Parzen?
I was playing around and this seems to be a really good filter, particularly with sigmoidal contrast in linear RGB.
Standard Parzen
http://puu.sh/1feXP
Parzen with Linear RGB and Sigmoidal Contrast of 8 (Maybe this could be lower?)
http://puu.sh/1feUT
Mitchell for reference
http://puu.sh ...
Standard Parzen
http://puu.sh/1feXP
Parzen with Linear RGB and Sigmoidal Contrast of 8 (Maybe this could be lower?)
http://puu.sh/1feUT
Mitchell for reference
http://puu.sh ...
- 2012-10-10T03:06:12-07:00
- Forum: Digital Image Processing
- Topic: I think I've found a good filter this time
- Replies: 3
- Views: 18896
Re: I think I've found a good filter this time
I should really learn to check for that before I play with the windowing functions. 

- 2012-10-09T18:41:38-07:00
- Forum: Digital Image Processing
- Topic: I think I've found a good filter this time
- Replies: 3
- Views: 18896
I think I've found a good filter this time
Triangle
http://puu.sh/1dbJi
$ magick rose: -filter triangle -resize 1000% rose_triangle.png
Lanczos EWA
http://puu.sh/1dbJo
$ magick rose: -filter lanczos -distort resize 1000% rose_lanczos_ewa.png
Catrom windowed Jinc EWA - Linear RGB and Sigmoidal Contrast
http://puu.sh ...
http://puu.sh/1dbJi
$ magick rose: -filter triangle -resize 1000% rose_triangle.png
Lanczos EWA
http://puu.sh/1dbJo
$ magick rose: -filter lanczos -distort resize 1000% rose_lanczos_ewa.png
Catrom windowed Jinc EWA - Linear RGB and Sigmoidal Contrast
http://puu.sh ...
- 2012-10-05T08:05:00-07:00
- Forum: Digital Image Processing
- Topic: Why EWA/circular scaling operators?
- Replies: 36
- Views: 143968
Re: Why EWA/circular scaling operators?
The best way to process a two dimensional signal is with a two dimensional function as I understand.
- 2012-09-30T12:44:36-07:00
- Forum: Digital Image Processing
- Topic: Direct resampling vs zero order hold + convolution
- Replies: 7
- Views: 30802
Re: Direct resampling vs zero order hold + convolution
rose-blur-box.png (1400×920)
http://ompldr.org/vZnBhMw/rose-blur-box.png
rose-blur-triangle.png (1400×920)
http://ompldr.org/vZnBhNA/rose-blur-triangle.png
rose-blur-mitchell.png (1400×920)
http://ompldr.org/vZnBhNQ/rose-blur-mitchell.png
rose-blur-catrom.png (1400×920)
http://ompldr.org/vZnBhNg ...
http://ompldr.org/vZnBhMw/rose-blur-box.png
rose-blur-triangle.png (1400×920)
http://ompldr.org/vZnBhNA/rose-blur-triangle.png
rose-blur-mitchell.png (1400×920)
http://ompldr.org/vZnBhNQ/rose-blur-mitchell.png
rose-blur-catrom.png (1400×920)
http://ompldr.org/vZnBhNg ...
- 2012-09-29T16:01:41-07:00
- Forum: Digital Image Processing
- Topic: Direct resampling vs zero order hold + convolution
- Replies: 7
- Views: 30802
Re: Direct resampling vs zero order hold + convolution
$ magick rose: -sample 2000% -define filter:verbose=1 -define filter:blur=20 -filter lanczos -resize 100% rose-lanczos.png
# Resize Filter (for graphing)
#
# filter = SincFast
# window = SincFast
# support = 3
# window-support = 3
# scale-blur = 20
# practical-support = 60
Gives similar results ...
# Resize Filter (for graphing)
#
# filter = SincFast
# window = SincFast
# support = 3
# window-support = 3
# scale-blur = 20
# practical-support = 60
Gives similar results ...
- 2012-09-29T13:53:25-07:00
- Forum: Digital Image Processing
- Topic: Direct resampling vs zero order hold + convolution
- Replies: 7
- Views: 30802
Re: Direct resampling vs zero order hold + convolution
http://puu.sh/19Oln
$ convert rose: -sample 2000% +repage -define filter:verbose=1 -define filter:blur=20 -filter mitchell -resize 100% 00-rose-blur-mitchell.png
# Resize Filter (for graphing)
#
# filter = Cubic
# window = Box
# support = 2
# window-support = 2
# scale-blur = 20
# practical ...
$ convert rose: -sample 2000% +repage -define filter:verbose=1 -define filter:blur=20 -filter mitchell -resize 100% 00-rose-blur-mitchell.png
# Resize Filter (for graphing)
#
# filter = Cubic
# window = Box
# support = 2
# window-support = 2
# scale-blur = 20
# practical ...
- 2012-09-29T13:45:30-07:00
- Forum: Digital Image Processing
- Topic: Direct resampling vs zero order hold + convolution
- Replies: 7
- Views: 30802
Re: Direct resampling vs zero order hold + convolution
You will have to tell us what the resampling filter is and what the convolution kernel is?
In general, resampling filters are nearestneighbor, bilinear (triangle), cubic convolution, lanczos, etc as described in the reference I provided. Whereas, convolution is just a blurring of the resulting ...
In general, resampling filters are nearestneighbor, bilinear (triangle), cubic convolution, lanczos, etc as described in the reference I provided. Whereas, convolution is just a blurring of the resulting ...
- 2012-09-29T01:00:45-07:00
- Forum: Digital Image Processing
- Topic: bamupsampler
- Replies: 14
- Views: 45850
Re: bamupsampler
I have a lot to learn. 

- 2012-09-27T14:27:08-07:00
- Forum: Digital Image Processing
- Topic: Enlarge with sRGB, RGB, LAB, LUV, XYZ, sigmoidal,... gamma?
- Replies: 113
- Views: 401213
Re: Enlarge with sRGB, RGB, LAB, LUV, XYZ, sigmoidal...?
Perhaps I was too excited to develop my own filter and my naivety got the best of me. I should read more before I pursue this further. 
I appreciate all the information you guys have given me.

I appreciate all the information you guys have given me.

- 2012-09-26T17:41:06-07:00
- Forum: Digital Image Processing
- Topic: bamupsampler
- Replies: 14
- Views: 45850
Re: bamupsampler
It looks good to my eyes.anthony wrote:Now what is behind the decisions for the weird non-typical filter settings you have selected?

- 2012-09-26T15:04:40-07:00
- Forum: Digital Image Processing
- Topic: bamupsampler
- Replies: 14
- Views: 45850
Re: bamupsampler
Kaissel seems to work very well as a downsampler with a little blur.
http://ompldr.org/vZm5qZw/fly-kaisseldown.png
convert fly.jpg -colorspace rgb +sigmoidal-contrast 8 -define filter:blur=1.25 -define filter:support=4 -define filter:win-support=4 -define filter:kaiser-beta=1 -define filter ...
http://ompldr.org/vZm5qZw/fly-kaisseldown.png
convert fly.jpg -colorspace rgb +sigmoidal-contrast 8 -define filter:blur=1.25 -define filter:support=4 -define filter:win-support=4 -define filter:kaiser-beta=1 -define filter ...
- 2012-09-26T13:44:41-07:00
- Forum: Digital Image Processing
- Topic: bamupsampler
- Replies: 14
- Views: 45850
Re: bamupsampler
I've developed the filter into something I like to call Kaissel (kaiser windowed bessel).
rose-triangle.png
http://ompldr.org/vZm5obw/rose-triangle.png
convert rose: -filter triangle -resize 2000% rose-triangle.png
rose-mitchell.png
http://ompldr.org/vZm5pMQ/rose-mitchell.png
convert ...
rose-triangle.png
http://ompldr.org/vZm5obw/rose-triangle.png
convert rose: -filter triangle -resize 2000% rose-triangle.png
rose-mitchell.png
http://ompldr.org/vZm5pMQ/rose-mitchell.png
convert ...
- 2012-09-26T13:28:13-07:00
- Forum: Digital Image Processing
- Topic: sigmoidized EWA quadratic B-spline windowed Jinc 3-lobe
- Replies: 19
- Views: 65662
Re: sigmoidized EWA quadratic B-spline windowed Jinc 3-lobe
I like that name! 
