<div dir="ltr">I am attempting to create a vector image from any number of input images and then create the joint histogram of that vector image.&nbsp; This means that the size of the vector in the vector image is not known at compile time.&nbsp; <br>
<br>I can easily generate a variable sized vector image using ImageToVectorImageFilter but I&#39;m having problems with the ImageToHistogramGenerator which appears to need the vector image to be specified at compile time.&nbsp; I found the VariableDimensionHistogram that seems to be meant for this situation but I&#39;m having trouble creating a list of samples from the vector image since ImageToListGenerator also seems to want the vector size to be specified at compile time.<br>
<br>What is the correct way to generate the variable dimension histogram from a vector image who&#39;s length is set at run time?<br><br>Mark<br></div>