top of page


Object detection with Haar Cashcode Classifier
To briefly introduce you about the Haar Cashcode, - The method was proposed by P.Viola and M.Johns in 2001 - Machine learning method -...
Shin Yoonah, Yoonah
2022년 8월 25일2분 분량


Object Detection
Outline - Sliding Windows - Bounding Box - Bounding Box Pipeline - Score Image classification predicts the class of an object in an image...
Shin Yoonah, Yoonah
2022년 8월 17일2분 분량


Convolutional Networks
How CNN's build features Adding Layer Receptive Field Pooling Flattering and fully connected Neural Layers CNN for Image Classification...
Shin Yoonah, Yoonah
2022년 8월 8일3분 분량


Neural Networks
Features and targets: Example It is helpful to view the shape y as a decision function of x --> non-linearly separable dataset Use one...
Shin Yoonah, Yoonah
2022년 8월 4일2분 분량


Support Vector Machine
Support vector machine is used for classification Lessons Kernels Maximum Margin Kernel Kernel is used when the data sets were not...
Shin Yoonah, Yoonah
2022년 8월 3일2분 분량


SoftMax and Multi-class classification
Review the argmax function argmax: returns the index corresponding to the largest value in a sequence of numbers Largest value in Z = 100...
Shin Yoonah, Yoonah
2022년 7월 29일1분 분량


Logistic Regression Training: Gradient Descent
As the previous post talks about the decision plane, today I will show you how to determine the plane Basically, we use dataset images to...
Shin Yoonah, Yoonah
2022년 7월 29일3분 분량


Image Classification with KNN
What is KNN? a classifier and is short for K- nearest neighbor one of the simplest classification algorithms uses the most common and...
Shin Yoonah, Yoonah
2022년 7월 26일2분 분량


Image Classification
What is image classification? The process of taking an image or picture and getting a computer to automatically classify it, or try...
Shin Yoonah, Yoonah
2022년 7월 20일2분 분량


Spatial Operations in Image processing
Convolution: Linear filtering Edge detection Median filters Introduction of spatial operations Spatial operations consist of a...
Shin Yoonah, Yoonah
2022년 7월 20일5분 분량


Geometry Operations
Types of geometry operations 1.Scaling 2.Translation 3.Rotation To begin with, this is a basic channel of an image = f(y,x) y = vertical...
Shin Yoonah, Yoonah
2022년 7월 19일2분 분량


Pixel Transformation
Will cover the lesson of 3 types of pixel transformation 1.Histogram 2.Intensity transformation 3.Thresholding and simple segmentation...
Shin Yoonah, Yoonah
2022년 7월 17일2분 분량
Manipulating Images
I'm going to introduce you about two functions of manipulating images 1.Copying an Image Copying which allows you to create a new image...
Shin Yoonah, Yoonah
2022년 7월 16일2분 분량


Image processing with open CV and pillow
What is a digital image? Digital image is a rectangular array of numbers. Image is comprised of rectangular grid of blocks called pixels...
Shin Yoonah, Yoonah
2022년 7월 14일2분 분량


Introduction of computer vision
What is a computer vision? Technique to provide computers the ability to see and understand images. These days, it has applications in...
Shin Yoonah, Yoonah
2022년 7월 14일1분 분량
bottom of page