Skip to content

Commit

Permalink
update man page and NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
lassedochreden committed Mar 13, 2024
1 parent 5584002 commit 2bafc08
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -192,3 +192,6 @@ Changes in version 1.15.1 (2023-12-10):

Changes in version 1.15.2 (2023-12-13):
+ change of package maintenance to Lasse Meyer

Changes in version 1.15.3 (2024-03-13):
+ measureObject fixes for Bioc 3.19 release
14 changes: 7 additions & 7 deletions R/measureObjects.R
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@
#' haralick (\code{h.}) features. Default features are the following:
#'
#' \itemize{
#' \item{s.area}{object size in pixels}
#' \item{s.radius.mean}{mean object radius in pixels}
#' \item{m.cx}{x centroid position of object}
#' \item{m.cy}{y centroid position of object}
#' \item{m.majoraxis}{major axis length in pixels of elliptical fit}
#' \item{m.eccentricity}{elliptical eccentricity. 1 meaning straight line and 0
#' meaning circle.}
#' \item s.area - object size in pixels
#' \item s.radius.mean - mean object radius in pixels
#' \item m.cx - x centroid position of object
#' \item m.cy - y centroid position of object
#' \item m.majoraxis - major axis length in pixels of elliptical fit
#' \item m.eccentricity - elliptical eccentricity. 1 meaning straight line and 0
#' meaning circle.
#' }
#'
#' @section Computing quantiles:
Expand Down
14 changes: 7 additions & 7 deletions man/measureObjects.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2bafc08

Please sign in to comment.