|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Floating Point & Image Processing
Hi,
I want to do some image processing and create my own library for it but am having trouble picking a suitable representation. I started with integers, but am not sure if Floating Point would be better. If double precision fp is used, it can be optimised for SIMD instructions on multiple platforms. My concern is then how to use per component in Floating Point. Should I constrain the values to [0.0, 1.0] or what? Cheers, C |
|
#2
|
|||
|
|||
|
Quote:
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Software Design > Floating Point & Image Processing |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|