原创 在測試tensorflow的時候遇到的問題

1. InternalError (see above for traceback): Blas xGEMV launch failed : a.shape=[1,3,3], b.shape=[1,3,1], m=3, n=1, k=3

原创 ubuntu 18.04 準備安裝cuda9.0 和 cudnn7.0

裝電腦每天都是最煩的,不知道爲什麼別人幾天幾裝好了,裝完了的我還要調代碼 調代碼調不好繼續重裝,煩死了 人生好艱難。 那麼在這裏說下 ubuntu18.04 裝cuda9 的心路歷程吧 裝cuda  參考的是https://blog.cs

原创 CityEngine學習資料——split分割

Synopsis概況 XYZ Split (Cartesian Space) split(splitAxis) { size1 : operations1 | size2 : operations2 | ... | sizen-1 : o

原创 CityEngine學習筆記——屋頂拉伸roofHip

Synopsis 概要 roofHip(angle) roofHip(angle, overhang) roofHip(angle, overhang, even) roofHip(valueType, value) roofHip(va

原创 CityEngine學習資料——

Synopsis 概要 setupProjection(uvSet, axesSelector, texWidth, texHeight) setupProjection(uvSet, axesSelector, texWidth, te

原创 CityEngine學習筆記(一)——shapeL

Synopsis 概要 具體語法 shapeL(frontWidth, leftWidth) { selector operator operations | selector operator  operations } shapeU(

原创 CityEngine學習資料——i替換t

在使用cityengine進行建模的時候我們採用的是切割再替代的方式。 Lot-->         extrude(47) #將地塊提高47m        comp(f){side:Facade|top:X}#將這個model的四邊命

原创 visio 2013 破解工具 - KMSpico 及破解方法

visio 2013 破解工具 - KMSpico 有效的下載地址:visio 2013 破解工具下載地址 https://pan.baidu.com/s/1nvbyr8l破解方法 1、下載之後,一路next安裝好。 2、點擊– 開始 –

原创 PCL 點雲可視化-轉自張智勝

#include <iostream>#include <pcl/point_types.h>#include <pcl/point_cloud.h>#include <pcl/visualization/pcl_visualizer.h

原创 定量遙感課程整理

定量遙感整理:緒論1. 定量遙感的定義及雙重含義定量遙感或稱遙感量化研究,主要指從對地觀測電磁波信號中定量提取地表參數的技術和 方法研究,區別於僅依靠經驗判讀的定性識別地物的方法。它有兩重含義:A. 遙感信息在電磁波的不同波段內給出的地表

原创 PCL-添加其他形狀的可視化-轉自張智勝

#include <iostream>#include <pcl/point_types.h>#include <pcl/point_cloud.h>#include <pcl/visualization/pcl_visualizer.h

原创 PCL 添加噪聲

添加高斯噪聲#include <iostream> //標準輸入輸出流#include <pcl/io/pcd_io.h> //PCL的PCD格式文件的輸入輸出頭文件#include <pcl/point_types.h> //PCL對各

原创 PCL 導入點雲數據--查看前10個點的x值,運行時間等

#include <iostream> //標準輸入輸出流#include <pcl/io/pcd_io.h> //PCL的PCD格式文件的輸入輸出頭文件#include <pcl/point_types.h> //PCL對各種格式的點的

原创 PCL點的顏色解析----未完成檢驗 轉自張智勝

#include <stdint.h>#include <iostream>int main(){ //定義RGB分量 uint8_t r = 174, g = 64, b = 254; //使用位運算符將

原创 PCL-已知索引複製點雲-轉自張智勝

#include <iostream>#include <pcl/point_cloud.h>#include <pcl/point_types.h>#include <pcl/common/io.h> int main(int argc