2008年8月30日土曜日

individuality

individuality, how do i confirm it?
if, if i am a person who lives in the earth alone, what am i?
i always find my self by others.

decomposing mind.

2008年8月29日金曜日

environment variable for mingw

C_INCLUDE_PATH -> c
CPLUS_INCLUDE_PATH -> c++

and

LIBRARY_PATH

2008年8月27日水曜日

DNG SDK for mac

basically, DNG SDK mac is same as win ver, but you need to pay attention to build XMPToolkit.xcodeproj on dng_sdk_x_x/XMP-SDK/build/xcode. the xcodeproj generates libraries for DNG SDK.

anyway, see dng_validate. it's a start.

how to build DNG project

we have few document of DNG SDK. you may say the spec is enough though, for me, not.
i think sample code is the most useful explanation to use the SDK. i ve tried to search them but no code have been found.
in DNG SDK directory, there is a directory called project. in it, two version of project file(win & mac) are. this is a log to compile win version.

1. install Microsoft Platform SDK

2. get XMP SDK from http://www.adobe.com/devnet/xmp/ and expat from http://sourceforge.net/projects/expat/

3.place XMP SDK on dng_sdk_x_x

4.copy expat library on dng_sdk_x_x/XMP-SDK/third-party/expat/

5.set project property of include path. at this time, Microsoft Platform SDK path

6.add a link to uuid.lib. this also is on Microsoft Platform SDK.

I guess you can compile DNG SDK project. later

2008年8月13日水曜日

get out of here

some noise bugs me. get out of "here". a future? a life?
instinct and intention. these two elements combat. sometimes, the former wins and vice versa.
get the eyes, it's not mine. yours.

2008年8月12日火曜日

feeling, thinking

you never know what i m thinking. you never know what i m feeling.
what you look is what you think.

i don't want you a lot, but if possible, please feel inside of me.
the chaos is spreading around me. the chain reaction never stop.
someday, we may finish. i don't afraid of it. it's easy. accept it.

OpenCV & Bayer data

i m trying to use bayer data with openCV. i m looking the document of openCV but i don't get it!!