0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 22 hours ago.
May 21, 2023 — May 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removing object files and will stop tracking changes to them ..
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
second test of gitignore !
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
testing git ignore
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
Removing FDlib :) , I will not use it..! , also consoleout.dat should not be commited every time so i am emptying it
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
Fixed 1byte to 3byte conversion ( damn copy&paste )
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
continuing with convolution code , ( I want to implement second degree derivative for feature detection )
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
added negative values to convolution matrixes , they don`t work so I deactivated them until I need them..
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
edges now have a high pass filter
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
generic convolution algorithms implemented
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
adding generic convolution filters support to VisualCortex
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
"packaging" changes
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
exploring new ideas for comparison function
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
will eventually have to rewrite ( again ) DisparityDepthMap.c
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
VisualCortex is undergoing a large restructuring process :P
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
keep iterating patch comparison functions
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
simplifying patch compare function
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
added Video Input Tester app
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
added some kind of numeric incentive to match regions with movements together
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
phasing out old movement code , rewritting it ( will also have to rewrite feature tracking :P )
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
found a bug (a *3 missing :P ) in the old function CountEdges that gave it a unique and unusual return pattern
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
for some reason my new function passes the threshold that activates patch comparison 2300 turns more tottally on my test images , that is indeed weird..
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
still trying to figure out what causes the delay , ints vs chars are ruled out there is something different on my new function
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
Adding and Subtracting 4 ints is slower than adding 100 chars ? :P wtf ?
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
counting edges is now much more complicated but I don`t see any performance benefits :S
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
added channel conversion functions from/to 1byte and 3byte
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
added some labels
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
Integral Image Conversion is now kind of huge with all the different depth functions but I can`t think of a better way to improve it
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
Summed tables is correctly implemented for 1byte images , now to make a 3byte implementation
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
i think compressed registers are working , now to fix the details
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
added html printouts of registers for debugging :)
AmmarkoV
as Ammar Qammaz
More... about 13 years ago