aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add missing include headers of LibO3000 to CMakeLists.txtHEADmasterNao Pross2022-02-111-1/+1
| | | | | | Many headers need o3000_portable.h to work, but the default installation path for o3000 is /usr/local/include, which is not always included in the default compiler flags.
* comments changedPatrick Roth2021-07-071-2/+2
|
* Merge branch 'add-projection-matrix' into 'master'Patrick Roth2021-07-075-8/+418
|\ | | | | | | | | Add projection matrix See merge request o-3000/color-pipe!2
| * ChangeLog modifiedPatrick Roth2021-07-071-0/+1
| |
| * stage perspective transformation addedPatrick Roth2021-07-074-8/+417
|/
* version 1.1.0 addedPatrick Roth2021-07-011-0/+4
|
* Merge branch 'isosceles-trapezoid-correction' into 'master'Patrick Roth2021-07-0123-111/+534
|\ | | | | | | | | Isosceles trapezoid correction See merge request o-3000/color-pipe!1
| * change weights to -100.0...+100.0 per centPatrick Roth2021-07-013-43/+52
| | | | | | | | | | The upper and lower horizontal trapeze line will change. The vertical weight is not implemented now!
| * working copyPatrick Roth2021-06-295-45/+497
| | | | | | | | algorithm not working and has checked
| * file description header updatePatrick Roth2021-06-2820-66/+28
|/
* debug processing timePatrick Roth2021-06-211-1/+61
|
* distinguish between 32 or 64 bit compiler versionpatrick.roth2019-11-281-6/+12
|
* Library version defined in CMakeLists.txtPatrick Roth2019-10-224-21/+65
| | | | | Current library version can be requested with function color_pipe_get_version().
* Version upgrade to 1.0.1sophia.papagiannaki2019-10-212-1/+6
|
* Gamma value was inversedsophia.papagiannaki2019-10-211-2/+2
| | | | out = in ^ gamma
* matrix depends on chip resolutions (e. g. binning)sophia.papagiannaki2019-10-211-5/+13
|
* eliminating black line appearing at image bottomsophia.papagiannaki2019-10-211-4/+4
|
* Merge branch 'master' of stettbacher.ch:o-3000/color-pipePatrick Roth2019-10-215-4/+395
|\
| * building instructions for windows addedpatrick.roth2019-10-215-5/+396
| |
* | fix wrong git cloning pathPatrick Roth2019-10-041-1/+1
|/
* initial commitPatrick Roth2019-10-0427-0/+5505
import from github