├── 1.bmp ├── 10.pdf ├── 2+1phase-shift.pdf ├── 2.bmp ├── 2005-zhang-thesis.pdf ├── 3.bmp ├── BinaryToGray.m ├── Calibracion de proyector y camara simultaeamente.docx ├── GrayToBinary.m ├── Gray_Recursion.m ├── README.md ├── cropImg.m ├── grating.m ├── grayImg.m ├── graycode1.bmp ├── graycode2.bmp ├── graycode3.bmp ├── graycode4.bmp ├── graycode5.bmp ├── phaseshift.m └── phaseshiftImg.m /1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panyong198801/graycode-three-steps-phaseshift/HEAD/1.bmp -------------------------------------------------------------------------------- /10.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panyong198801/graycode-three-steps-phaseshift/HEAD/10.pdf -------------------------------------------------------------------------------- /2+1phase-shift.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panyong198801/graycode-three-steps-phaseshift/HEAD/2+1phase-shift.pdf -------------------------------------------------------------------------------- /2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panyong198801/graycode-three-steps-phaseshift/HEAD/2.bmp -------------------------------------------------------------------------------- /2005-zhang-thesis.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panyong198801/graycode-three-steps-phaseshift/HEAD/2005-zhang-thesis.pdf -------------------------------------------------------------------------------- /3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panyong198801/graycode-three-steps-phaseshift/HEAD/3.bmp -------------------------------------------------------------------------------- /BinaryToGray.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panyong198801/graycode-three-steps-phaseshift/HEAD/BinaryToGray.m -------------------------------------------------------------------------------- /Calibracion de proyector y camara simultaeamente.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panyong198801/graycode-three-steps-phaseshift/HEAD/Calibracion de proyector y camara simultaeamente.docx -------------------------------------------------------------------------------- /GrayToBinary.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panyong198801/graycode-three-steps-phaseshift/HEAD/GrayToBinary.m -------------------------------------------------------------------------------- /Gray_Recursion.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panyong198801/graycode-three-steps-phaseshift/HEAD/Gray_Recursion.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panyong198801/graycode-three-steps-phaseshift/HEAD/README.md -------------------------------------------------------------------------------- /cropImg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panyong198801/graycode-three-steps-phaseshift/HEAD/cropImg.m -------------------------------------------------------------------------------- /grating.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panyong198801/graycode-three-steps-phaseshift/HEAD/grating.m -------------------------------------------------------------------------------- /grayImg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panyong198801/graycode-three-steps-phaseshift/HEAD/grayImg.m -------------------------------------------------------------------------------- /graycode1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panyong198801/graycode-three-steps-phaseshift/HEAD/graycode1.bmp -------------------------------------------------------------------------------- /graycode2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panyong198801/graycode-three-steps-phaseshift/HEAD/graycode2.bmp -------------------------------------------------------------------------------- /graycode3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panyong198801/graycode-three-steps-phaseshift/HEAD/graycode3.bmp -------------------------------------------------------------------------------- /graycode4.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panyong198801/graycode-three-steps-phaseshift/HEAD/graycode4.bmp -------------------------------------------------------------------------------- /graycode5.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panyong198801/graycode-three-steps-phaseshift/HEAD/graycode5.bmp -------------------------------------------------------------------------------- /phaseshift.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panyong198801/graycode-three-steps-phaseshift/HEAD/phaseshift.m -------------------------------------------------------------------------------- /phaseshiftImg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panyong198801/graycode-three-steps-phaseshift/HEAD/phaseshiftImg.m --------------------------------------------------------------------------------