a b/man/FromSegmentToCrop.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/image.R
3
\name{FromSegmentToCrop}
4
\alias{FromSegmentToCrop}
5
\title{FromSegmentToCrop}
6
\usage{
7
FromSegmentToCrop(segment, imageinfo)
8
}
9
\arguments{
10
\item{segment}{coordinates of a segment}
11
12
\item{imageinfo}{info of the image}
13
}
14
\description{
15
get magick crop information from coordinates of a segment
16
}