Skip to content

Releases: octu0/blurry

v1.15.1

12 Apr 12:27
Compare
Choose a tag to compare

#19

Improve performance of simple convolution functions

  • cloneimg
  • rotate0 / rotate90 / rotate180 / rotate270
  • grayscale
  • brightness
  • gammacorrection
  • contrast
  • erosion / dilation
  • laplacian / highpass / gradient
  • edge

v1.15.1+rc1

12 Apr 12:16
Compare
Choose a tag to compare
v1.15.1+rc1 Pre-release
Pre-release

v1.15.0

12 Apr 10:56
Compare
Choose a tag to compare

#18

ZNCC

  • improve performance ZNCC
  • add prepared ZNCC template
  • minior imporoved performacne SAD/SSD/NCC

v1.14.0

12 Apr 06:50
Compare
Choose a tag to compare

#17

  • implemented ZNCC (not tuned yet)
  • add PreparedNCC

v1.13.1

08 Apr 09:52
Compare
Choose a tag to compare
  • NCC score float32 to double(avoid NaN)
  • reduce drift of morphologies
  • remove alpha to gamma, canny

v1.13.0

08 Apr 04:32
Compare
Choose a tag to compare

#15

  • add NCC Template Matching

v1.12.0

07 Apr 12:12
Compare
Choose a tag to compare

#14

  • template matching impl (SAD / SSD)
  • add benchmarks
  • comparing libyuv Rotate mode

v1.11.0

06 Apr 13:29
Compare
Choose a tag to compare

#13

improved performace

  • rotate0 / rotate90 / rotate180 / rotate270
  • morphology_open / morphology_close / morphology_gradient
  • canny canny_dilate canny_morphology_open canny_morphology_close

others

  • changed the location of binary and header files to lib/ and include/.
  • since there is an overhead when selecting in the Halide function, it was changed to switch in caller.

v1.10.0

06 Apr 09:55
Compare
Choose a tag to compare

#12

  • add monophology
  • add monophology canny
  • fixed problem where the rotate operation was always Rotate90(this fix returned to normal processing speed).
  • tune boxblur

v1.9.0

05 Apr 16:04
23e51c7
Compare
Choose a tag to compare

#11

Canny

  • sigma is now specified by default
  • Canny method have been separated to provide dilate processing(CannyWithDilate).