CRIMP
Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

21 check-ins using file operator/stats-float.crimp version 2a37e11e5a

2011-05-07
03:18
Found a few problems building on AIX 5.2. Replaced sinf, cosf, and hypotf with their sin, cos, and hypot counterparts. In the f2c.h a number of macros are now undefined before getting redefined, for added robustness. Although it was required only for abs(), being in conflict with a system definition. Note that the AIX used also had no definition of lrint(), for this a compat implementation will be needed, plus a dynamic check at configure/build time to activate it when needed. check-in: 2e4a6fce26 user: andreask tags: trunk
2011-05-06
15:52
Merged addition of dev guide check-in: 307dc136d4 user: andreask tags: work-for-critcl-3
15:51
Merged addition of dev guide check-in: 13176faa46 user: andreask tags: work-for-critcl-2.1
15:50
Added the Dev Guide. check-in: 9e46c5143e user: andreask tags: trunk
03:06
Added the remaining monochrome 'map' operators, and a demonstrator of Laplacian-of-Gaussian segmentation. check-in: e6bca39f2a user: kennykb tags: kbk-extras
01:50
Development checkpoint: added basic infrastructure for piecewise-linear intensity maps (not yet instantiated for all data types) check-in: 9968ab5ad9 user: kennykb tags: kbk-extras
2011-05-04
01:40
Merged in the fixes to bicubic interpolation. check-in: c08a1947d6 user: andreask tags: work-for-critcl-3
01:39
Merged in the fixes to bicubic interpolation. check-in: 19eaea37db user: andreask tags: work-for-critcl-2.1
01:38
Modified to the float conversion ops to use the same MAXVAL defines as the bicubic interpolators. check-in: 3a0580850f user: andreask tags: trunk
01:37
Clamp bicubic interpolation to the limits of the representable range of the destination. Do not allow overflow. This fixes the bogus colors at content edges due to bicubic halos. Added a demo showing the three interpolation methods side by side (scaling).

Thanks to Pat Thoyts for the report. check-in: 7a934fa654 user: andreask tags: trunk

2011-04-23
17:43
Added missing comment header check-in: 35dc2c9345 user: kennykb tags: kbk-extras
2011-04-22
22:46
merge andreas's kbk-extras changes check-in: 4460966a22 user: kennykb tags: kbk-extras
21:25
Merge extended demo framework. check-in: 0c0d7e8a33 user: andreask tags: closed, kbk-extras
21:25
Merge extended demo framework. check-in: fa74c4ee12 user: andreask tags: work-for-critcl-3
21:24
Merge extended demo framework. check-in: 5abdbd70d7 user: andreask tags: work-for-critcl-2.1
21:24
Extended demos.tcl with the ability to reload demos/ and images/ after changes, for faster turn-around when only a demos/ file, or image changed, and not crimp itself. check-in: a3daf82077 user: andreask tags: trunk
19:35
Merge type and morph fixes, resolved conflict. check-in: 38e2562c93 user: andreask tags: kbk-extras
19:29
Merge type and morph fixes. check-in: 29e5b62340 user: andreask tags: work-for-critcl-3
19:28
Merge type and morph fixes. check-in: 618760de04 user: andreask tags: work-for-critcl-2.1
19:27
Fixed definitions of erode/dilate, updated documentation. Added references for morphological tophat to documentation. Fixed definition of charcoal effect to keep it same despite the change. Updated charcoal demo for same. Added demo to show off all morph operations in one. New morph operation toggle(map), edge sharpener. check-in: 74b720037a user: andreask tags: trunk
17:05
Added macros for area and volume calculations, with proper casting to avoid the 4-gpixel barrier. Updated various places to use these macros now. Note that Tcl_Objs are still limited to 4G, mostly. check-in: fcddf7d438 user: andreask tags: trunk