自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(17)
  • 收藏
  • 关注

原创 Sift algorithm and classify images——Learning notes 2

这里写自定义目录标题Sift algorithmOpencv Sift functionUsed SVM to classify images based on sift featuresReference: Sift algorithm Sift,Scale-Invariant Feature Taransform,is established in the following steps: 1...

2020-03-30 22:27:50 340

转载 SSD project

object detection algorithmSSD Last time,we find out a problem that we can not identify a flame only by its RGB and HSI feature as well as use the Background segmentation algorithm and designed filter...

2020-03-29 09:45:28 149

原创 Machine Learning|Digit recognition Basic on KNN

Machine Learning|Digit recognition Basic on KNN Hello,every one ! Last time we talk about Linear Regression, this time I will introduce K-Neighbor algorithm in Machine Learning. 1.Background The simpl...

2020-03-28 15:08:06 251

原创 Handwritten numeral recognition & Tensorboard

Tensorboard&Tensorflow As the most popular functional parts, Tensorflow and Tensorboard have a strong power to build and visualize your neural network which make your project much more understanda...

2020-03-26 21:08:37 554

原创 Neural network based on pytorch

Last time we talked about classical networks, this time we talked about residual networks and Yolo algorithm based on residual networks Now let’s take a look at his basic principle, as shown in the fi...

2020-03-26 08:50:57 221

原创 Opencv|Road Lane Line Detection

Opencv|Road Lane Line Detection Today, I want to share a program of detection for road lane line in an image. In a similar way, we can also detect road lane line in a video.(Seen in the Extra Expansio...

2020-03-24 10:04:07 475

原创 OpenCV : draw, threshold, kernel and edge detection

1 install opencv download opencv_python-4.2.0-cp37-cp37m-win_amd64.whl cmd: pip install opencv_python-4.2.0-cp37-cp37m-win_amd64.whl 2 Functions 2.1 show a picture It is used to show a picture. img1=c...

2020-03-23 12:13:28 287

原创 HOG+SVM|object detection

Today, I will show you something interesting, including feature of HOG as well as SVM to make object detection based on Python. Let’s start! 1.HOG HOG(Histogram of Oriented Gradient), the way being u...

2020-03-22 20:42:20 408

转载 Deep Learning Models

文章目录Fully Connected LayersImage Kernel and Convolution OperationApplying Image Kernel on an ImageTheory on CNNConvolution LayerPadding for Operate Convolution SuccessfullyConvolution Operation of Nue...

2020-03-21 11:30:17 907

原创 Image Characteristics Extraction ——Learning notes 1

What is Image Characteristics Extraction? Image Characteristics Extraction is an important technique for Object Detection. For example, how to recognize the car and how to let the computer understand ...

2020-03-20 22:04:40 495

转载 First step on Fire Detection1

First step on Fire Detection CV|The method about fire detection Hello,guys.If you are interested in object detection in the video stream based on python,follow me.Let’s study about how to find the fir...

2020-03-19 08:37:34 220

转载 Deep Learning|The Basic About Python and Linear Regression

Deep Learning|The Basic About Python and Linear Regression Hello everyone!this is my first time to use CSDN to write a article. To day I will show you something about Python and Linear Regression. 1.F...

2020-03-18 10:46:57 109

原创 Preparation inTensorflow

Learning Tensorflow Here I want to record the process of getting in touch with python, learning python and manipulating python finally. Fortunately, I have the chance to study tensorflow, a powerful t...

2020-03-17 00:06:24 148

原创 Neural network

Neural network@TOC In the beginning, I will talk about the underlying principle of deep learning and the implementation of underlying algorithm with numpy Logistic regression with neural network think...

2020-03-16 11:46:46 406 1

原创 About numpy 2020.3.14

About numpy 2020.3.14 These days I have finished the video learning of python from av37566782, besides, I learnt a useful package called numpy. So today I want to share some basic skills of the packag...

2020-03-14 13:42:16 214

原创 Lao∣The first time with Python

Belows are what I have learned about Python from av37566782. 1 print name = ccy age = 22 print(name+" is my favourite singer, who is", age, "years old.") The result is ccy is my fvourite singer, who ...

2020-03-13 19:21:52 182

原创 OpenCV|to find people who is moving

OpenCV|to find people who is moving OpenCV| to find people who is moving Hello, everyone. Today, I will show you how to use your computer to capture people moving in your camera based on OpenCV in you...

2020-03-11 09:19:36 280 2

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除