Pelles C forum

C language => User contributions => Topic started by: Grincheux on July 17, 2021, 05:41:22 AM

Title: Convolution Filter Editor
Post by: Grincheux 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 (https://www.mediafire.com/file/0cn2k06fqzx0cyu/7UpCfeBinaries.exe/file)
Title: Re: Convolution Filter Editor
Post by: John Z 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
Title: Re: Convolution Filter Editor
Post by: Grincheux 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 (https://www.mediafire.com/file/q750zhi6mv4u9n4/7UpCfeBinaries.exe/file)
Title: Re: Convolution Filter Editor
Post by: HellOfMice 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.
Title: Re: Convolution Filter Editor
Post by: John Z 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
Title: Re: Convolution Filter Editor
Post by: HellOfMice 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...