2009 Annual Developer Quiz

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News 2009 Annual Developer Quiz
# 1  
Old 12-21-2009
2009 Annual Developer Quiz

Test your knowledge of Java developments in 2009.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

Annual VIP member subscription

How can I subscribe for an annual VIP member? I could not find the link. Thanks! (2 Replies)
Discussion started by: yifangt
2 Replies
Login or Register to Ask a Question
LQRIMAGETYPE(3) 					     LqR library API reference						   LQRIMAGETYPE(3)

NAME
LqrImageType - carver objects image type (colour model) specification DESCRIPTION
The LqrCarver objects use knowledge about the image type they're working on in order to compute correctly some quantities (e.g. the brightness) for the automatic feature detection. Image types are set automatically by the constructors, but they can also be specified manually using quantities of the type LqrImageType, which is an enum which can take these values: o LQR_GREY_IMAGE.RE o LQR_GREYA_IMAGE.RE o LQR_RGB_IMAGE.RE o LQR_RGBA_IMAGE.RE o LQR_CMY_IMAGE.RE o LQR_CMYK_IMAGE.RE o LQR_CMYKA_IMAGE.RE o LQR_CUSTOM_IMAGE.RE Use the function lqr_carver_set_image_type(3) to set the image type of a carver, and the function lqr_carver_get_image_type(3) to read it out. SEE ALSO
lqr_carver_new(3), lqr_carver_set_image_type(3), lqr_carver_get_image_type(3) COPYRIGHT
Copyright (C) 2007-2009 Carlo Baldassi LqR library 0.4.1 API (3:1:3) 10 Maj 2009 LQRIMAGETYPE(3)