91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 134KB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2021-01-08
  • 語言: 其他
  • 標簽: python??

資源簡介

照相機模型與現實增強的代碼整合版,里面已經將所需用到的函數全部整合好test.py文件中,只需在test中操作即可

資源截圖

代碼片段和文件信息

import?math
import?pickle
from?pylab?import?*
from?OpenGL.GL?import?*?
from?OpenGL.GLU?import?*?
from?OpenGL.GLUT?import?*?
import?pygame?pygame.image?
from?pygame.locals?import?*
from?PCV.geometry?import?homography?camera
from?PCV.localdescriptors?import?sift
import?cv2

def?cube_points(c?wid):
????“““?Creates?a?list?of?points?for?plotting
????????a?cube?with?plot.?(the?first?5?points?are
????????the?bottom?square?some?sides?repeated).?“““
????p?=?[]
????#?bottom
????p.append([c[0]-wid?c[1]-wid?c[2]-wid])
????p.append([c[0]-wid?c[1]+wid?c[2]-wid])
????p.append([c[0]+wid?c[1]+wid?c[2]-wid])
????p.append([c[0]+wid?c[1]-wid?c[2]-wid])
????p.append([c[0]-wid?c[1]-wid?c[2]-wid])?#same?as?first?to?close?plot
????
????#?top
????p.append([c[0]-wid?c[1]-wid

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-04-06?16:16??增強現實代碼整合版\
?????目錄???????????0??2019-04-06?16:15??增強現實代碼整合版\.idea\
?????文件???????????4??2017-03-30?22:53??增強現實代碼整合版\.idea\.name
?????文件?????????286??2017-03-30?22:53??增強現實代碼整合版\.idea\ch04.iml
?????目錄???????????0??2019-04-06?16:15??增強現實代碼整合版\.idea\dictionaries\
?????文件?????????200??2017-03-30?22:53??增強現實代碼整合版\.idea\dictionaries\Administrator.xml
?????文件?????????166??2017-03-30?22:53??增強現實代碼整合版\.idea\encodings.xml
?????目錄???????????0??2019-04-06?16:15??增強現實代碼整合版\.idea\inspectionProfiles\
?????文件?????????235??2017-03-30?22:53??增強現實代碼整合版\.idea\inspectionProfiles\profiles_settings.xml
?????文件????????1025??2017-03-30?22:53??增強現實代碼整合版\.idea\inspectionProfiles\Project_Default.xml
?????文件????????1431??2017-03-30?22:53??增強現實代碼整合版\.idea\misc.xml
?????文件?????????262??2017-03-30?22:53??增強現實代碼整合版\.idea\modules.xml
?????文件?????????187??2017-03-30?22:53??增強現實代碼整合版\.idea\other.xml
?????目錄???????????0??2019-04-06?16:15??增強現實代碼整合版\.idea\scopes\
?????文件?????????139??2017-03-30?22:53??增強現實代碼整合版\.idea\scopes\scope_settings.xml
?????文件?????????248??2017-03-30?22:53??增強現實代碼整合版\.idea\testrunner.xml
?????文件?????????166??2017-03-30?22:53??增強現實代碼整合版\.idea\vcs.xml
?????文件???????20342??2017-03-30?22:53??增強現實代碼整合版\.idea\workspace.xml
?????文件????????5358??2019-04-06?15:44??增強現實代碼整合版\main.py
?????文件?????????735??2019-04-06?15:25??增強現實代碼整合版\maintest.py
?????文件?????????912??2019-04-06?15:25??增強現實代碼整合版\makevideo.py
?????文件?????????878??2019-04-06?15:44??增強現實代碼整合版\openeye.py
?????目錄???????????0??2019-04-06?16:15??增強現實代碼整合版\PCV\
?????文件?????????174??2017-03-30?22:53??增強現實代碼整合版\PCV\__init__.py
?????文件?????????339??2019-04-02?00:19??增強現實代碼整合版\PCV\__init__.pyc
?????目錄???????????0??2019-04-06?16:15??增強現實代碼整合版\PCV\classifiers\
?????文件???????????0??2017-03-30?22:53??增強現實代碼整合版\PCV\classifiers\__init__.py
?????文件?????????150??2019-04-02?00:19??增強現實代碼整合版\PCV\classifiers\__init__.pyc
?????文件????????1884??2017-03-30?22:53??增強現實代碼整合版\PCV\classifiers\bayes.py
?????文件?????????921??2017-03-30?22:53??增強現實代碼整合版\PCV\classifiers\knn.py
?????目錄???????????0??2019-04-06?16:15??增強現實代碼整合版\PCV\clustering\
............此處省略38個文件信息

評論

共有 條評論