10 2018 档案

摘要:from skimage import dataimport matplotlib.pyplot as plt list_r=[57,59,59,59,59,55,59,59,60,59,61,58,60,60,61,60,60,73,73,71,73,72,72,73,74,76,77,79,77 阅读全文
posted @ 2018-10-30 13:43 西北逍遥 阅读(1039) 评论(0) 推荐(0) 编辑
摘要:train data file_num1 file_num2 type num5 20180927151119 1 1-100 holdsafetybelt_f6 20180927151505 2 101-200 holdsafetybelt_b 7 20180927151745 5 201-300 阅读全文
posted @ 2018-10-25 19:24 西北逍遥 阅读(199) 评论(0) 推荐(0) 编辑
摘要:#include <iostream>#include <opencv2/opencv.hpp> using namespace std;using namespace cv; int main(){ Mat img1; img1 = imread("D://images//111.jpg"); i 阅读全文
posted @ 2018-10-24 18:51 西北逍遥 阅读(4550) 评论(0) 推荐(0) 编辑
摘要:代码来自:https://www.cnblogs.com/zjuhjm/archive/2012/12/29/2838472.html import numpy as npimport matplotlib.pyplot as pltQ = 0.00001R = 0.1P_k_k1 = 1Kg = 阅读全文
posted @ 2018-10-22 20:38 西北逍遥 阅读(288) 评论(0) 推荐(0) 编辑
摘要:f=open('F:\\TensorflowProject\\201810\\dataset\\data9.csv') data_file=pd.read_csv(f) #读入股票数据data=np.array([data_file['1'],data_file['2'],data_file['3' 阅读全文
posted @ 2018-10-19 15:36 西北逍遥 阅读(161) 评论(0) 推荐(0) 编辑
摘要:INFO test2018101801.py: 838: Processing frame 1467INFO test2018101801.py: 849: Inference time: 0.279sINFO test2018101801.py: 851: | im_detect_bbox: 0. 阅读全文
posted @ 2018-10-18 19:55 西北逍遥 阅读(617) 评论(0) 推荐(0) 编辑
摘要:mysqldump -u root -p mask_rcnn_realsense > /home/luo/mask_rcnn_realsense1.sql 阅读全文
posted @ 2018-10-18 18:25 西北逍遥 阅读(1742) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-10-15 19:17 西北逍遥 阅读(167) 评论(0) 推荐(0) 编辑
摘要:#include <iostream>#include <opencv2/opencv.hpp>#include <opencv2/xfeatures2d.hpp> using namespace std;using namespace cv;using namespace cv::xfeature 阅读全文
posted @ 2018-10-12 21:28 西北逍遥 阅读(661) 评论(0) 推荐(0) 编辑
摘要:#tf.contrib.rnn.core_rnn_cell.BasicLSTMCell(lstm_size) tf.contrib.rnn.BasicLSTMCell(lstm_size) 阅读全文
posted @ 2018-10-11 10:02 西北逍遥 阅读(2951) 评论(0) 推荐(0) 编辑
摘要:F:\TensorflowProject\201810\logs>F:\TensorflowProject\201810\logs>tensorboard --logdir=F:\TensorflowProject\201810\logse:\anaconda3\install1\lib\site- 阅读全文
posted @ 2018-10-10 16:49 西北逍遥 阅读(227) 评论(0) 推荐(0) 编辑
摘要:vector<vector<Point>> vec_point;vector<Vec4i> hireachy;findContours(img_canny1, vec_point, hireachy, RETR_TREE, CHAIN_APPROX_SIMPLE, Point(0, 0));//绘制 阅读全文
posted @ 2018-10-08 15:26 西北逍遥 阅读(2639) 评论(0) 推荐(0) 编辑
摘要:HOGDescriptor hogDescriptor = HOGDescriptor(); hogDescriptor.setSVMDetector(hogDescriptor.getDefaultPeopleDetector()); vector<Rect> vec_rect; hogDescr 阅读全文
posted @ 2018-10-05 09:50 西北逍遥 阅读(613) 评论(0) 推荐(0) 编辑
摘要:#include <iostream>#include <opencv2/opencv.hpp> using namespace std;using namespace cv; Mat img1, img2, img3, img4, img5, img6, img_result, img_gray1 阅读全文
posted @ 2018-10-04 15:01 西北逍遥 阅读(690) 评论(0) 推荐(0) 编辑
摘要:Size winSize = Size(5,5); Size zerozone = Size(-1,-1); TermCriteria tc = TermCriteria(TermCriteria::EPS + TermCriteria::MAX_ITER, 40, 0.001); cornerSu 阅读全文
posted @ 2018-10-04 12:43 西北逍遥 阅读(634) 评论(0) 推荐(0) 编辑
摘要:void cv::convertScaleAbs( cv::InputArray src, // 输入数组 cv::OutputArray dst, // 输出数组 double alpha = 1.0, // 乘数因子 double beta = 0.0 // 偏移量); // Copyright 阅读全文
posted @ 2018-10-03 20:43 西北逍遥 阅读(3035) 评论(0) 推荐(0) 编辑
摘要:#include <iostream>#include <opencv2/opencv.hpp> using namespace std;using namespace cv; Mat img1, img2, img3, img4, img5, img6, img_result, img_gray1 阅读全文
posted @ 2018-10-03 20:38 西北逍遥 阅读(730) 评论(0) 推荐(0) 编辑
摘要:#include <iostream>#include <opencv2/opencv.hpp> using namespace std;using namespace cv; Mat img1, img2, img3, img4, img5, img6, img_result, img_gray1 阅读全文
posted @ 2018-10-03 20:24 西北逍遥 阅读(1137) 评论(0) 推荐(0) 编辑
摘要:#include <iostream>#include <opencv2/opencv.hpp> using namespace std;using namespace cv; Mat img1, img2, img3, img4, img5,img6,img_result, img_gray1, 阅读全文
posted @ 2018-10-03 13:17 西北逍遥 阅读(895) 评论(0) 推荐(0) 编辑
摘要://通过拉普拉斯-锐化边缘 kernel = (Mat_<float>(3,3)<<1,1,1,1,-8,1,1,1,1);//Laplace算子 filter2D(img2, img_laplance, CV_32F,kernel, Point(-1, -1), 0, BORDER_DEFAULT 阅读全文
posted @ 2018-10-03 10:04 西北逍遥 阅读(468) 评论(0) 推荐(0) 编辑
摘要:#include <iostream>#include <opencv2/opencv.hpp> using namespace std;using namespace cv; Mat img1, img2, img3, img4, img_result, img_gray1, img_gray2, 阅读全文
posted @ 2018-10-02 19:50 西北逍遥 阅读(197) 评论(0) 推荐(0) 编辑
摘要:#include <iostream>#include <opencv2/opencv.hpp> using namespace std;using namespace cv; Mat img1, img2, img3, img4, img_result, img_gray1, img_gray2, 阅读全文
posted @ 2018-10-02 16:47 西北逍遥 阅读(784) 评论(0) 推荐(0) 编辑
摘要:vector<vector<Point>> vec_p; vector<Vec4i> vec_4f; findContours(img_canny1, vec_p, vec_4f,RETR_TREE, CHAIN_APPROX_SIMPLE, Point(0, 0)); drawContours(i 阅读全文
posted @ 2018-10-02 16:25 西北逍遥 阅读(2715) 评论(0) 推荐(0) 编辑
摘要:#include <iostream>#include <opencv2/opencv.hpp> using namespace std;using namespace cv; Mat img1, img2, img3, img4,img_result, img_gray1, img_gray2, 阅读全文
posted @ 2018-10-02 16:00 西北逍遥 阅读(3713) 评论(0) 推荐(0) 编辑
摘要:#include <iostream>#include <opencv2/opencv.hpp> using namespace std;using namespace cv; Mat img1, img2, img3, img_result, img_gray1, img_gray2, img_g 阅读全文
posted @ 2018-10-02 15:18 西北逍遥 阅读(207) 评论(0) 推荐(0) 编辑
摘要:#include <iostream>#include <opencv2/opencv.hpp> using namespace std;using namespace cv; Mat img1, img2, img3, img_gray, map_x, map_y; char win1[] = " 阅读全文
posted @ 2018-10-02 13:49 西北逍遥 阅读(295) 评论(0) 推荐(0) 编辑
摘要:#include <iostream>#include <opencv2/opencv.hpp> using namespace std;using namespace cv; Mat img1, img2, img3, img_gray, kernel_x, kernel_y; char win1 阅读全文
posted @ 2018-10-01 20:42 西北逍遥 阅读(207) 评论(0) 推荐(0) 编辑
摘要:图像的二值化就是将图像上的像素点的灰度值设置为0或255,这样将使整个图像呈现出明显的黑白效果。在数字图像处理中,二值图像占有非常重要的地位,图像的二值化使图像中数据量大为减少,从而能凸显出目标的轮廓。 threshold( InputArray src, OutputArray dst, doub 阅读全文
posted @ 2018-10-01 20:33 西北逍遥 阅读(344) 评论(0) 推荐(0) 编辑
摘要:#include <iostream>#include <opencv2/opencv.hpp> using namespace std;using namespace cv; //Robert算子int Demo_Robert(){ char win1[] = "window1"; char wi 阅读全文
posted @ 2018-10-01 17:16 西北逍遥 阅读(2465) 评论(3) 推荐(0) 编辑
摘要:#include <iostream>#include <opencv2/opencv.hpp> using namespace std;using namespace cv; //形态学操作int Demo_Morphology(){ char win1[] = "window1"; char w 阅读全文
posted @ 2018-10-01 10:10 西北逍遥 阅读(151) 评论(0) 推荐(0) 编辑
摘要:#include <iostream>#include <opencv2/opencv.hpp> using namespace std;using namespace cv; int elementSize = 3;int maxSize = 260; int Demo_Load_Img(); / 阅读全文
posted @ 2018-10-01 08:57 西北逍遥 阅读(633) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示