Skip to content

Commit 64d416e

Browse files
committed
improve source file comments
1 parent bc04e4c commit 64d416e

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

src/items/image.jl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# ## `items/image.jl`
2-
#
3-
# ### Item
4-
#
51
# We first define the [`Image`](#) item. Since we need to keep
62
# track of the spatial bounds for projective transformations
73
# we add them as a field. By default, they will simply
@@ -58,9 +54,6 @@ function showitem!(img, image::Image{2, <:AbstractFloat})
5854
end
5955

6056

61-
62-
# ### Projective transformations
63-
#
6457
# To support projective transformations, we need to implement [`getbounds`](#)
6558
# and [`project`](#).
6659

src/items/keypoints.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ function showitem!(img, keypoints::Keypoints{N}) where N
6262
return img
6363
end
6464

65-
# ## Wrappers
66-
#
6765
# We also define some wrappers for `Keypoints` which have the same representation,
6866
# but a different meaning.
6967

0 commit comments

Comments
 (0)