| Commit | Date | |
|---|---|---|
| 2003-08-15 10:01:57 | Tree | |
| 2003-08-15 10:01:45 | Tree | |
|
[r449]
by
ltilib
alvarado: @ADD: The ltiMath.h now includes three new functions: minmax is used to get the min and max values from two input variables at the same time. degToRad and radToDeg are provided to convert degrees into radians or viceversa. |
2003-08-14 10:03:41 | Tree |
| 2003-08-14 10:03:19 | Tree | |
|
[r447]
by
ltilib
alvarado: @ADD: Function minmax added to map two numbers x and y into theMin=min(x,y) and theMax=max(x,y) efficiently. |
2003-08-13 10:02:48 | Tree |
|
[r446]
by
ltilib
alvarado: @ADD: The lti::nonMaximaSuppression functor can now optionally fill the gaps between edges extrapolating with line segments at the end points. |
2003-08-07 10:06:19 | Tree |
|
[r445]
by
ltilib
alvarado: @ADD: lti::computePalette can now compute the statistics (mean and covariance) for regions of a color image defined through a labeled mask using as input "image" three channels. This way, computing the palette statistics in color spaces other than RGB is now possible. |
2003-08-07 10:06:03 | Tree |
| 2003-08-07 10:04:15 | Tree | |
| 2003-08-07 10:03:40 | Tree | |
|
[r442]
by
ltilib
alvarado: @ADD: Functor to mask a color image with a labeled or unlabeled mask has been added. The lti::maskImage functor can overlay the regions in a mask using the colors specified in a palette, considering also the transparency given in the "dummy" (or alpha) component of the palette entries. It is therefore not only possible to mask regions completely out (like background) and leave others untouched, but to overlay colored transparent layers on the result. |
2003-08-06 10:02:31 | Tree |