summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Definitive proc_resistor; Fix bug in building files in .../proc/; Fix bug ↵2-b7AlejandroColomar2018-11-21-190/+45
| | | | in printing the log;
* Tune proc_resistorAlejandroColomar2018-11-21-33/+606
|
* Add function to update the image in save.cpp; Improve proc_resistor;Alex2018-11-20-27/+64
|
* Separate proc into submodulesalex2018-11-19-2619/+2654
|
* Different src file for each processAlex2018-11-17-8/+636
|
* use different macros for different versions of tesseract-OCRalejandro-colomar2018-11-16-114/+4
|
* Tune proc: resistorsAlex2018-11-13-12/+10
|
* Change default values for ROIalex2018-11-13-2/+4
|
* Update libalxAlex2018-11-12-0/+0
|
* Merge branch 'master' of https://github.com/AlejandroColomar/vision-artificialAlex2018-11-12-1304/+3179
|\
| * Add many custom functions (img_alx.cpp)alex2018-11-12-223/+992
| |
| * Minor changesalex2018-11-09-2/+7
| |
| * Merge branch 'master' of https://github.com/AlejandroColomar/vision-artificialalex2018-11-08-1/+1
| |\
| | * Fix bug in local_maximaAlejandroColomar2018-11-08-1/+1
| | |
| * | Fix bugalex2018-11-08-4/+8
| |/
| * Add proc_coins; Optimize local_maxima;alex2018-11-08-19/+519
| |
| * Add local maximaalex2018-11-08-46/+244
| |
| * Add Hough circlesAlejandroColomar2018-11-07-15/+180
| |
| * Reorder functions to the order used in openCV;AlejandroColomar2018-11-07-201/+133
| |
| * Reorder functions to the order used in openCV;AlejandroColomar2018-11-07-1/+1
| |
| * Reorder functions to the order used in openCV;AlejandroColomar2018-11-07-1144/+1204
| |
| * Reorder functions in img_cv to the order used in openCV; Add bounding_rect; ↵AlejandroColomar2018-11-07-728/+970
| | | | | | | | Add ROI_2rect;
* | .gitignore: *.aAlex2018-11-05-0/+1
|/
* Add distance transform; Fix bug: rotate (change < to > in imgcv.cpp);Alex2018-11-05-3/+108
|
* Print resistance +- tolerance% in eng format into logAlejandroColomar2018-11-05-1/+1
|
* Print resistance +- tolerance% in eng format into logAlejandroColomar2018-11-05-78/+0
|
* Print resistance +- tolerance% in eng format into logAlejandroColomar2018-11-05-2/+10
|
* Add bitwise operations to image; Add steps to proc_resistor; Funtion to ↵AlejandroColomar2018-11-03-227/+690
| | | | get pixel value (1 chan);
* Change params of process: resistorAlejandroColomar2018-11-02-3/+3
|
* Compile libalx as static lib (libalx.a)AlejandroColomar2018-11-02-0/+0
|
* Compile libalx as static lib (libalx.a); add histogram; add cvt_color; ↵AlejandroColomar2018-11-02-76/+801
| | | | eliminate bgr2gray; add proc resistor;
* Add fit_ellipseAlejandroColomar2018-11-01-2/+88
|
* Libalx as submoduleAlejandroColomar2018-11-01-0/+3
|
* Libalx as submoduleAlejandroColomar2018-11-01-2213/+3
|
* minor changesAlejandroColomar2018-11-01-6/+3
|
* Minor changesAlejandroColomar2018-10-28-29/+22
|
* Stop using varargsAlejandroColomar2018-10-28-48/+35
|
* Add Sobel filterAlejandroColomar2018-10-25-43/+138
|
* Fig bug: export CXX in the MakefileAlejandroColomar2018-10-25-0/+1
|
* Measure time of each step; Update user CLUI; Add directories for processesAlex2018-10-22-126/+478
|
* Automatize processalex2018-10-21-98/+477
|
* Fix weird thingsalex2018-10-20-147/+4
|
* Use C++ API of openCV instead of the deprecated C APIalex2018-10-20-0/+142
|\
| * Version 1.0v1.01alex2018-10-19-7/+5
| |
| * Fix bug misusing printf; Stop using varargs; Add log visibility modes; ↵alex2018-10-19-209/+249
| | | | | | | | Add process debug modes
* | Use C++ API of openCV instead of the deprecated C APIalex2018-10-20-1300/+1266
|/
* Add share/price (config file for OCR); change /home/alex/.vision-artificial ↵alex2018-10-18-47/+63
| | | | -> /home/alex/vision-artificial
* Add contours_sizealex2018-10-18-1/+1
|
* Add contours_sizealex2018-10-18-316/+583
|
* Add ROIs, crop; Add proc.c: Complete exercise processingalex2018-10-16-126/+806
|