-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
Similarly to #7 and #19, when I set union = T
in image_line_segment_detector()
, R crashes. The following reproduces the error for me:
library(image.LineSegmentDetector)
library(pixmap)
image <- read.pnm(file = system.file("extdata", "le-piree.pgm", package="image.LineSegmentDetector"), cellres = 1)
linesegments <- image_line_segment_detector(image@grey * 255, union = T)
sessionInfo:
R version 4.0.5 (2021-03-31)
Platform: x86_64-apple-darwin17.0 (64-bit)
Running under: macOS Big Sur 10.16
Matrix products: default
LAPACK: /Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libRlapack.dylib
locale:
[1] en_GB.UTF-8/en_GB.UTF-8/en_GB.UTF-8/C/en_GB.UTF-8/en_GB.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] pixmap_0.4-12 image.LineSegmentDetector_0.1.0
loaded via a namespace (and not attached):
[1] Rcpp_1.0.7 pillar_1.6.3 compiler_4.0.5 class_7.3-19 tools_4.0.5
[6] digest_0.6.28 jsonlite_1.7.2 evaluate_0.14 lifecycle_1.0.1 tibble_3.1.5
[11] lattice_0.20-44 pkgconfig_2.0.3 rlang_0.4.11 DBI_1.1.1 yaml_2.2.1
[16] xfun_0.26 fastmap_1.1.0 e1071_1.7-9 dplyr_1.0.7 httr_1.4.2
[21] knitr_1.36 raster_3.4-13 generics_0.1.0 vctrs_0.3.8 classInt_0.4-3
[26] grid_4.0.5 tidyselect_1.1.1 glue_1.4.2 sf_1.0-2 R6_2.5.1
[31] fansi_0.5.0 rmarkdown_2.10 bookdown_0.23 sp_1.4-5 purrr_0.3.4
[36] clipr_0.7.1 magrittr_2.0.1 units_0.7-2 codetools_0.2-18 ellipsis_0.3.2
[41] htmltools_0.5.2 assertthat_0.2.1 KernSmooth_2.23-20 utf8_1.2.2 proxy_0.4-26
[46] crayon_1.4.1
Metadata
Metadata
Assignees
Labels
No labels