Skip to content

Commit 11685ab

Browse files
committed
FIRST proto-entry of the blog
1 parent 1b625e4 commit 11685ab

File tree

2 files changed

+20
-10
lines changed

2 files changed

+20
-10
lines changed

_posts/2023-08-05-how-to-configure-remark42-for-comments.md

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Shape Normalization
3+
tags: [image processing]
4+
style: light
5+
color: secondary
6+
description: A technique to normalize shapes for robustness against varying geometry in identification tasks.
7+
---
8+
9+
## Shape Normalization
10+
11+
The application of certain transformations (e.g., affine) to a binary shape (e.g., contour) can help normalize it against perspective changes in such a way that its main axes align with the coordinates, achieving an effect similar to the T-Net in PointNet.
12+
13+
This is a way to normalize the shape of objects to make them robust against varying geometry in tasks such as identification.
14+
15+
The basic idea is that after normalization, the object will have a unit scatter matrix multiplied by a constant, which indicates that the shape is as compact as possible.
16+
17+
### Reference
18+
19+
*Image Processing Principles and Applications*, Tinku Acharya & Ajoy K. Ray, p. 200.
20+

0 commit comments

Comments
 (0)