0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 23 hours ago.
May 21, 2023 — May 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
split Input for VisualCortex to VideoInputAdapter to improve code simplicity
AmmarkoV
as Ammar Qammaz
More... almost 13 years ago
Added FAST Library http://www.edwardrosten.com/work/fast.html for feature detection
AmmarkoV
as Ammar Qammaz
More... almost 13 years ago
will have to solve occlusion problems on disparity maps
AmmarkoV
as Ammar Qammaz
More... almost 13 years ago
small changes , thinking of making MatchHorizontalScanline match from right to left , not only left to right..!
AmmarkoV
as Ammar Qammaz
More... almost 13 years ago
removed some precalc tables , viscortx now compresses each frame received ( not only when depth map is executed ) , I need to fix tracking and make a reverse depth map ( right to left eye ) to improve results..!
AmmarkoV
as Ammar Qammaz
More... almost 13 years ago
improved comparison function a little, next thing to do feature tracking!!
AmmarkoV
as Ammar Qammaz
More... almost 13 years ago
Testing a new experimental PatchComparison function with 2 windows with the same center and different sizes , made an auto calibration function that aligns vertically left/right cameras..
AmmarkoV
as Ammar Qammaz
More... almost 13 years ago
tuned parameters a little , got rid of subtraction precalculations that dont make sense
AmmarkoV
as Ammar Qammaz
More... almost 13 years ago
I now have a Ps3 Eye stereo rig :) , it works really well , small changes
AmmarkoV
as Ammar Qammaz
More... almost 13 years ago
added guvcview , with profiles for my cameras to the repository , also today I tested my PS Eye as a possible substitution candidate for my cameras and it is really good , wide lenses , small ( enough ) distortion and 120fps with a very good image quality , I will make another stereo rig using PS3 eyes
AmmarkoV
as Ammar Qammaz
More... almost 13 years ago
great performance (20x) and quality improvements , today was a very productive day :)
AmmarkoV
as Ammar Qammaz
More... almost 13 years ago
last commit with this disparity function ( if all goes well ) , I will try to replace all the operations with Summed Area Tables
AmmarkoV
as Ammar Qammaz
More... almost 13 years ago
small improvements , trying to improve camera calibration
AmmarkoV
as Ammar Qammaz
More... almost 13 years ago
Old diparity mapping code dissed , new code works better , is prettier and can be further improved!
AmmarkoV
as Ammar Qammaz
More... almost 13 years ago
trying to find why my new disparity functions are slower ..!
AmmarkoV
as Ammar Qammaz
More... almost 13 years ago
new DepthMap functions works but for some strange reason it takes 2x time , I am pretty sure it doesn`t have to do with procedure call overhead , I will fix it tommorow because I dont`have any more time today..
AmmarkoV
as Ammar Qammaz
More... almost 13 years ago
I thought of a way to improve disparity mapping efficiency , also it was time to improve the old code retaining its performance , for now both versions coexist
AmmarkoV
as Ammar Qammaz
More... almost 13 years ago
Camera Parameters can now be passed via guard.ini I will have to move resectioning to VideoInput , but thats later
AmmarkoV
as Ammar Qammaz
More... almost 13 years ago
Making Calibrations parameters be passed through ini file , also re organizing rectification , segfaults
AmmarkoV
as Ammar Qammaz
More... almost 13 years ago
there is precision errors in camera calibration , will have to fix them
AmmarkoV
as Ammar Qammaz
More... almost 13 years ago
Camera Undistortion is now working :)
AmmarkoV
as Ammar Qammaz
More... almost 13 years ago
still haven`t figured whats missing from camera resectioning algorithm :S TODO
AmmarkoV
as Ammar Qammaz
More... almost 13 years ago
Reduced memory footprint from a gigantic 150 MB to 40MB ( by changing the size of the mapping [ that is not yet used :P ] from 3000x3000 to 500x500
AmmarkoV
as Ammar Qammaz
More... almost 13 years ago
still working on calibration
AmmarkoV
as Ammar Qammaz
More... almost 13 years ago
calibration code still doesn`t work , ( although improved :P ) .. TODO
AmmarkoV
as Ammar Qammaz
More... almost 13 years ago
tried to calibrate using opencv but images sized 320x240 produce a poor(?) result..? or my rectification code is buggy.. will have to continue working on this..
AmmarkoV
as Ammar Qammaz
More... almost 13 years ago
first step to implement camera resectioning , it produces a distorted result so , next thing to do make it work properly :P
AmmarkoV
as Ammar Qammaz
More... almost 13 years ago
gui changes , small improvements
AmmarkoV
as Ammar Qammaz
More... almost 13 years ago
playing with block comparison weights
AmmarkoV
as Ammar Qammaz
More... almost 13 years ago
also updated pdf presentation ( in greek )
AmmarkoV
as Ammar Qammaz
More... almost 13 years ago