NO

Author Topic: Convolution Filter Editor  (Read 2856 times)

Grincheux

  • Guest
Convolution Filter Editor
« on: July 17, 2021, 05:41:22 AM »
I have made some small changes to the program and it is available now at :
An installation program is available too at
https://www.mediafire.com/file/0cn2k06fqzx0cyu/7UpCfeBinaries.exe/file
« Last Edit: January 28, 2022, 03:46:28 AM by Grincheux »

Offline John Z

  • Member
  • *
  • Posts: 796
Re: Convolution Filter Editor
« Reply #1 on: July 17, 2021, 01:21:35 PM »
Grabbed your new version, not sure I'll use it much but never know ;)
I'm sure there are things I can learn from it.

Thanks,

John Z

Grincheux

  • Guest
Re: Convolution Filter Editor
« Reply #2 on: January 28, 2022, 03:49:07 AM »

My Convolution Filter Editor is finished.
Here are the binaries.
Finally I have choosen ZeeGrid.
When running Cfe for the first time, you have 528 filters ready to use.
https://www.mediafire.com/file/q750zhi6mv4u9n4/7UpCfeBinaries.exe/file
« Last Edit: January 28, 2022, 04:40:39 PM by Grincheux »

Offline HellOfMice

  • Member
  • *
  • Posts: 62
  • Never be pleased, always improve
Re: Convolution Filter Editor
« Reply #3 on: October 23, 2023, 06:42:49 PM »
A new CFE version is ready.
https://www.mediafire.com/file/3zm0mxcxgv6p72h/CoFeE_V2.7z/file


Code: [Select]
-------------------------------------------
2023/10/12-Modified the convolution function to better compute the average
2023/10/12-Chaged slqlite 3 to version 3.43.2
2023/10/12-Changed to Pelle's C Compiler version 12.00.2
-------------------------------------------
2023/04/02-The image filename as the same format as into the models listbox.
-------------------------------------------
2023/04/01-Added an option to format the filters list
2023/04/01-Added 200 new filters
2023/04/01-Modified the "Export Convolution.sql" file.
2023/04/01-Modified the "Export Convolution.c"
2023/04/01-With these modifications it is possible to rely the datas filters with the convoluton datas.
-------------------------------------------
2022/03/31-Changed memory images management.
--------------------------------
Kenavo

Offline John Z

  • Member
  • *
  • Posts: 796
Re: Convolution Filter Editor
« Reply #4 on: October 23, 2023, 07:09:16 PM »
Hi HellOfMice,

Congratulations on the new version!  Will grab it and try out shortly.

Thanks!

John Z

Offline HellOfMice

  • Member
  • *
  • Posts: 62
  • Never be pleased, always improve
Re: Convolution Filter Editor
« Reply #5 on: October 24, 2023, 04:44:46 PM »
The new version is compiled in AVX2, take care.
The new version generates average filters.
It is for this reason that the RNG combobox begins with -1 to 128.
I am adding the code for median filters.

All the tests are made under windows 11 with an AMD RYZEN 7, because I broke my sh.. of Lenovo.
One week without a computer, you an't imagine how it is long...
--------------------------------
Kenavo