Home
last modified time | relevance | path

Searched refs:createXYZChannels (Results 1 – 25 of 27) sorted by relevance

12

/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/test/
H A DTestImageQualityDialog.cpp38 image.createXYZChannels(R, G, B); in main()
/dports/graphics/pfstools/pfstools-2.1.0/src/filter/
H A Dpfscat.cpp266 if (!optLuminanceMode) prevFrame->createXYZChannels(prevX, prevY, prevZ); in pfscat()
322 outFrame->createXYZChannels(outX, outY, outZ); in pfscat()
378 outFrame->createXYZChannels(outX, outY, outZ); in pfscat()
H A Dpfspad.cpp268 outFrame->createXYZChannels(outX, outY, outZ); in pfspad()
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/src/Libpfs/
H A Dframe.h86 void createXYZChannels(Channel *&X, Channel *&Y, Channel *&Z);
H A Dframe.cpp140 void Frame::createXYZChannels(Channel *&X, Channel *&Y, Channel *&Z) { in createXYZChannels() function in pfs::Frame
/dports/graphics/pfstools/pfstools-2.1.0/src/fileformat/
H A Dpfsinrgbe.cpp121 frame->createXYZChannels( X, Y, Z ); in readFrames()
H A Dpfsintiff.cpp118 frame->createXYZChannels( X, Y, Z ); in readFrames()
H A Dpfsinjpeghdr.cpp137 frame->createXYZChannels( X, Y, Z ); in readFrames()
H A Dpfsinppm.cpp125 frame->createXYZChannels( X, Y, Z ); in readFrames()
H A Dpfsinimgmagick.cpp124 frame->createXYZChannels( X, Y, Z ); in readFrames()
H A Dpfsinpfm.cpp239 frame->createXYZChannels( X, Y, Z ); in readFrames()
H A Dpfsinexr.cpp153 frame->createXYZChannels( X, Y, Z ); in readFrames()
H A Dpfsinyuv.cpp514 frame->createXYZChannels( X, Y, Z ); in readFrames()
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/src/Libpfs/io/
H A Djpegreader.cpp327 frame.createXYZChannels(red, green, blue); in read3Components()
354 frame.createXYZChannels(red, green, blue); in read4Components()
H A Dtiffreader.cpp301 tempFrame.createXYZChannels(Xc, Yc, Zc); in read3Components()
332 tempFrame.createXYZChannels(Xc, Yc, Zc); in read4Components()
H A Dexrreader.cpp147 tempFrame.createXYZChannels(X, Y, Z); in read()
H A Drgbereader.cpp268 tempFrame.createXYZChannels(X, Y, Z); in read()
H A Dfitsreader.cpp168 tempFrame.createXYZChannels(Xc, Yc, Zc); in read()
H A Drawreader.cpp470 tempFrame.createXYZChannels(Xc, Yc, Zc); in read()
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/src/HdrCreation/
H A Drobertson02.cpp143 tempFrame.createXYZChannels(outputRed, outputGreen, outputBlue); in computeFusion()
384 tempFrame.createXYZChannels(outputRed, outputGreen, outputBlue); in computeFusion()
H A Ddebevec.cpp95 frame.createXYZChannels(Ch[0], Ch[1], Ch[2]); in computeFusion()
/dports/graphics/pfstools/pfstools-2.1.0/src/pfs/
H A Dpfs.h293 virtual void createXYZChannels( Channel* &X, Channel* &Y, Channel* &Z ) = 0;
H A Dpfs.cpp450 virtual void createXYZChannels( Channel* &X, Channel* &Y, Channel* &Z ) in createXYZChannels() function in pfs::FrameImpl
/dports/graphics/pfstools/pfstools-2.1.0/src/camera/
H A Dpfshdrcalibrate.cpp649 frame -> createXYZChannels( Xj, Yj, Zj ); in pfshdrcalibrate()
/dports/graphics/pfstools/pfstools-2.1.0/src/pfsglview/
H A Dpicture_io.cpp599 frame->createXYZChannels( X, Y, Z); in save()

12