Color Management with ICC Profiles on CUDAIt's not enough to create high quality camera for imaging application - one have to design powerful software to be able to render images from the camera and to be able to reproduce colors in a right way. Here comes a question about color management, ICC profiles and related matters. To take these things into account we incorporate Color Management System for image processing and make it fast. We have done that on GPU with CUDA technology. Calculations of camera gamut gives opportunity to evaluate ability to reproduce right colors by the camera. This is the problem which happens quite often: if you need to replace color camera with a new one, you can't be sure that colors on a new camera will be the same as it used to be. Right solution for that task is camera calibration with ColorChecker to create its own ICC profile. The software should be able to have color management to reproduce right colors. Standard workflow according to ICC includes color transform from Input Device Color Space (camera) to PCS (Profile Connection Space) and then transform from PCS to Output Device Color Space (monitor). PCS is the reference colour space in which colors are encoded in order to provide an interface for connecting source and destination transforms. The PCS values constitute an encoding of a CIE colorimetric specification. Our Color Management software supports ICC v4 profile-based color management, including support for calibrated and profiled displays. Software engine doesn't use Windows Color System (WCS) which is available on Windows Vista and other operating systems.
|