US5918038A - General method for determining the volume and profile area of a sectioned corpuscle - Google Patents

General method for determining the volume and profile area of a sectioned corpuscle Download PDF

Info

Publication number
US5918038A
US5918038A US08/928,193 US92819397A US5918038A US 5918038 A US5918038 A US 5918038A US 92819397 A US92819397 A US 92819397A US 5918038 A US5918038 A US 5918038A
Authority
US
United States
Prior art keywords
section
corpuscle
volume
plane
parameter values
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
US08/928,193
Inventor
Jeffrey A. Freed
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Individual filed Critical Individual
Priority to US08/928,193 priority Critical patent/US5918038A/en
Application granted granted Critical
Publication of US5918038A publication Critical patent/US5918038A/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/60Analysis of geometric attributes
    • G06T7/62Analysis of geometric attributes of area, perimeter, diameter or volume

Definitions

  • This invention relates to corpuscle sectioning, and more particularly, to the determination of the volume and profile area of a corpuscle section.
  • the object of the present invention is to provide a general method for the determination of the profile area and volume of any specified section of any corpuscle that can be described by one or more equations or inequalities, or as a list of points that lie within the corpuscle.
  • This invention provides a method of modeling cell nuclei and partial nuclei in a tissue section.
  • the synthetic data this invention generates derive from a corpuscle with exact operator-specified attributes. For example, the volumes and profile areas of a plurality of randomly-oriented, randomly-positioned ellipsoidal model nuclei of specified eccentricity and size, sectioned at a specified section thickness, can be easily obtained.
  • These synthetic data can be compared to measured data in an actual tissue section, and the characteristics of the nuclei as they existed prior to sectioning can thereby be inferred.
  • These synthetic data can also be used as input into algorithms for correction of quantitative DNA measurements in tissue sections. The performance of these algorithms can then be related to the specified attributes of the model nuclei in each case. For example, the effect of nuclear ellipticity on the efficacy of a correction algorithm can be studied.
  • correction algorithms to correct quantitative DNA measurements in tissue sections is well known to those of ordinary skill in the art and is amply discussed in the prior art.
  • FIG. 1 is a representation of an ellipsoid centered at the origin of a three-dimensional cartesian coordinate system, being sectioned by two planes;
  • FIG. 2 is a flow diagram of the program logic.
  • a process for determining the profile area and volume of any specified section of any specified corpuscle comprises a computer program in which the corpuscle to be sectioned is represented by one or more equations or inequalities, or as a list of representative interior points.
  • the program superimposes on the corpuscle a unit cubic lattice. Each point in this lattice is evaluated in sequence. Two coordinate rotations are performed, creating a new X'-Y' plane, which is then partitioned into unit squares. Two sectioning planes are drawn parallel to the new X'-Y' plane.
  • Each lattice point which lies in the interior of the corpuscle between the sectioning planes is counted as a unit volume, and each unit square which contains the orthogonal projection of at least one such lattice point is counted as a unit area.
  • the program determines the volume of the sectioned corpuscle as the sum of these unit volumes, and the profile area of the sectioned corpuscle as the sum of these unit areas.
  • a program written in Turbo Pascal Version 7.0 (Borland International, Inc., Scotts Valley, Calif.) runs on an IBM-compatible personal computer equipped with random access memory, a processor, a math coprocessor, a hard drive, a floppy disk drive, a keyboard, a video monitor, and a printer.
  • the corpuscle to be sectioned is the space enclosed within an ellipsoid of revolution around the X-axis, which is represented by the inequality x 2 /A 2 +(y 2 +z 2 )/B 2 ⁇ 1.
  • A is the semiaxis of revolution and B is the other semiaxis, and the ellipsoid is centered at the origin of a three-dimensional cartesian coordinate system (FIG. 1).
  • the program superimposes a unit cubic lattice on the corpuscle.
  • a pair of coordinate rotations is performed according to the parameter values entered by the operator (see above), thus defining a new X'-Y' plane.
  • Those lattice points which lie in the interior of the corpuscle and which lie between the sectioning planes (the corpuscle section lattice points) are counted to yield the corpuscle section volume.
  • the program divides the new X'-Y' plane into unit squares; the total number of unit squares that contain the orthogonal projection or projections of at least one corpuscle section lattice point is the profile area of the corpuscle section.
  • the operator enters, using the keyboard, real number values for A, B, ⁇ 1 , ⁇ 2 , H, and L 12.
  • the program assigns to the variable, C, the absolute value of A or B, whichever is larger.
  • H may range from C+T to -C.
  • a two-dimensional data array with dimensions (C+2) ⁇ (C+2) is initialized, setting all cells equal to zero.
  • a variable, V s . is also set equal to zero.
  • the program now increments from -(B+1) to B+1, one unit per step--the outer loop; at each such step, the program increments from -(A+1) to A+1, one unit per step--the middle loop; at each such step, the program increments from -(B+1) to B+1, one unit per step--the inner loop.
  • the following procedure is performed:
  • variable Z 1 The current value of the inner loop variable is assigned to variable Z 1 ;
  • variable x 1 the current value of the middle loop variable is assigned to variable x 1 ;
  • variable y 1 the current value of the outer loop is assigned to variable y 1 ;
  • the first coordinate rotation is performed:
  • z 3 is evaluated 17. If z 3 does not lie between L and H 18, then the inner loop increments one step directly. But if L ⁇ z 3 ⁇ H 19, then 20 V s is set equal to V s +1, and the cell in the two-dimensional array, the row of which is x 3 rounded to the nearest integer, and the column of which is y 3 rounded to the nearest integer, is set 21 equal to 1, and the inner loop increments one step 22.
  • the source code is included at the end of the specification.
  • the method of this invention can be used to obtain the profile area and volume of a specified corpuscle.
  • the essence of the present invention is the use of coordinate rotations and the enumeration of points in a cubic lattice overlying the corpuscle to be sectioned, which provide the means to determine the corpuscle section volume and profile area. Consequently, this invention is also embodied in many different computer programs, in which the corpuscle to be sectioned is represented by different equations. It would also be possible to represent the object to be sectioned by a list of points internal to the object. Then, using U.S. Pat. No. 5,477,334 to Bemis Manufacturing Company, each lattice point can be classified as lying within, or outside of, the corpuscle; it is not necessary that the corpuscle be amenable to description by one or more equations or inequalities.
  • An important alternate embodiment repeatedly sections a predetermined corpuscle, each time determining the two coordinate rotation angles and the positions of the two sectioning planes using a random number generator, and then writes the data points (Vs1,As1), (Vs2,As2) . . . (Vsn,Asn)! to a data file.
  • This data file may be used in conjunction with the invention disclosed in my co-pending patent application, Method for Correction of Quantitative DNA Measurements in a Tissue Section, to simulate data of cell nuclei and partial nuclei in a Feulgen-stained histologic tissue section.
  • the efficacy of correcting quantitative DNA measurements in tissue sections can then be studied for any specified model nucleus, which is a major advance in the field. Further modifications include weighting some of the corpuscle section lattice points differently than others to simulate inhomogeneous DNA concentration within the model nucleus.
  • the present invention will allow stereologists to understand the process of sectioning non-spherical corpuscles in a powerful new way that has not been possible previously.

Landscapes

  • Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Geometry (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

A method for obtaining the profile area and volume of any specified section of any specified corpuscle is disclosed. The operator operates a personal computer running a program which includes a general representation of the corpuscle to be sectioned. The operator specifies two coordinate rotation angles and two section positions, as well as additional attributes of the corpuscle representation, in response to prompts on a video screen, using a keyboard. The program superimposes a unit cubic lattice on the corpuscle representation. Two coordinate rotations are performed defining a new X'-Y' plane, and two sectioning planes are drawn parallel to a new X'-Y' plane. The new X'-Y' plane is subdivided into unit squares. The program then examines each lattice point in turn. The volume of the corpuscle section is obtained by counting the total number of those lattice points which lie in the interior of the corpuscle between the sectioning planes; the profile area of the corpuscle section is obtained by counting the total number of unit squares which contain the orthogonal projection of at least one of those lattice points.

Description

RELATED APPLICATIONS
This invention, in some of its embodiments, is used in conjunction with the transmission of my U.S. patent application Ser. No. 08/929,273, Method for Correction of Quantitative DNA Measurements in a Tissue Section.
RELATED APPLICATIONS
This invention, in some of its embodiments, is used in conjunction with the transmission of my U.S. patent application Ser. No. 08/929,273, Method for Correction of Quantitative DNA Measurements in a Tissue Section.
1. Field of Invention
This invention relates to corpuscle sectioning, and more particularly, to the determination of the volume and profile area of a corpuscle section.
2. Description of the Prior Art
The volume of a centrally-sectioned sphere is known in the prior art and is calculated using the equation: V=πR2 T-π(3Z2 T+T3 /4)/3 due to McCready and Papadimitriou, where T is the section thickness; R, the radius of the sphere; Z, the vertical coordinate defining the sectioning planes (where Z=0 at the center of the sphere); and V, the volume of the sphere section.
(An Analysis of DNA Cytophotometry on Tissue Sections in a Rat Liver Model, published in Analytical and Quantitative Cytology, Vol. 5, pp. 117-123, 1983). Nikonenko subsequently described a method of determining the profile area of an infinitely thin section of an ellipsoid of revolution, where the ellipsoid, the section angles, and the section position are specified by the operator (The Cell Sectioning Model: Nuclear/Cytoplasmic Ratio Studied by Computer Simulation, published in Analytical and Quantitative Cytology and Histology, Vol. 18, pp. 23-34, 1996). Nikonenko's method does not permit determination of section volume, and is limited to ellipsoids of revolution.
There is no general method in the prior art for determining the volume and profile area of any specified corpuscle section. Such a method would be of great value in modeling cell nuclei in a tissue section, and would have direct application to the study of methods which attempt to correct quantitative DNA measurements in tissue sections. The lack of such a general method for determining the volume and profile area of sectioned corpuscles has left investigators without an effective way to study the performance of their correction algorithms, and skeptical of the feasibility of correcting quantitative DNA measurements in tissue sections. These problems and issues are well known to those skilled in the art (see Freed J A, Possibility of Correcting Image Cytometric Nuclear DNA (Ploidy) Measurements in Tissue Sections: Insights from Computed Corpuscle Sectioning and the Reference Curve Method, published in Analytical and Quantitative Cytology and Histology, Vol. 19, pp. 376-386, 1997, and the references cited therein).
SUMMARY OF THE INVENTION
The object of the present invention is to provide a general method for the determination of the profile area and volume of any specified section of any corpuscle that can be described by one or more equations or inequalities, or as a list of points that lie within the corpuscle. This invention provides a method of modeling cell nuclei and partial nuclei in a tissue section. The synthetic data this invention generates derive from a corpuscle with exact operator-specified attributes. For example, the volumes and profile areas of a plurality of randomly-oriented, randomly-positioned ellipsoidal model nuclei of specified eccentricity and size, sectioned at a specified section thickness, can be easily obtained. These synthetic data can be compared to measured data in an actual tissue section, and the characteristics of the nuclei as they existed prior to sectioning can thereby be inferred. These synthetic data can also be used as input into algorithms for correction of quantitative DNA measurements in tissue sections. The performance of these algorithms can then be related to the specified attributes of the model nuclei in each case. For example, the effect of nuclear ellipticity on the efficacy of a correction algorithm can be studied. The application of correction algorithms to correct quantitative DNA measurements in tissue sections is well known to those of ordinary skill in the art and is amply discussed in the prior art. (See Freed J A, Possibility of Correcting Image Cytometric Nuclear DNA (Ploidy) Measurements in Tissue Sections: Insights From Computed Corpuscle Sectioning and the Reference Curve Method, published in Analytical and Quantitative Cytology and Histology, Vol. 19, pp. 376-386, 1997, and the references cited therein). The value of the synthetic data produced by the present invention is obvious to those of ordinary skill in the art. There is no prior art which allows these applications.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 is a representation of an ellipsoid centered at the origin of a three-dimensional cartesian coordinate system, being sectioned by two planes; and
FIG. 2 is a flow diagram of the program logic.
The reference numbers in the drawings are listed below:
12 enter parameter values
13 program selects each point of the lattice in sequence
14 program proceeds to next lattice point when current point does not lie within the ellipsoid
15 if lattice point lies within the ellipsoid, the program proceeds to calculate
16 the program calculates the coordinates of the current lattice point in the new twice-rotated coordinate system
17 program evaluates whether the current lattice point lies between the two sectioning planes
18 program abandons current lattice point and advances to next lattice point
19 program continues calculations on current lattice point
20 program adds one to value of Vs
21 program assigns unit value to cell of data array corresponding to the orthogonal projection of current lattice point onto a unit square of the new X'-Y' plane
22 program evaluates whether all lattice points have been evaluated
23 the last lattice point has been evaluated
24 program calculates the profile area and volume of the section
25 program writes data to disk and halts
DETAILED DESCRIPTION OF THE INVENTION
In accordance with the present invention, a process for determining the profile area and volume of any specified section of any specified corpuscle comprises a computer program in which the corpuscle to be sectioned is represented by one or more equations or inequalities, or as a list of representative interior points. The program superimposes on the corpuscle a unit cubic lattice. Each point in this lattice is evaluated in sequence. Two coordinate rotations are performed, creating a new X'-Y' plane, which is then partitioned into unit squares. Two sectioning planes are drawn parallel to the new X'-Y' plane. Each lattice point which lies in the interior of the corpuscle between the sectioning planes is counted as a unit volume, and each unit square which contains the orthogonal projection of at least one such lattice point is counted as a unit area. The program determines the volume of the sectioned corpuscle as the sum of these unit volumes, and the profile area of the sectioned corpuscle as the sum of these unit areas.
In the preferred embodiment, a program written in Turbo Pascal Version 7.0 (Borland International, Inc., Scotts Valley, Calif.) runs on an IBM-compatible personal computer equipped with random access memory, a processor, a math coprocessor, a hard drive, a floppy disk drive, a keyboard, a video monitor, and a printer.
The corpuscle to be sectioned is the space enclosed within an ellipsoid of revolution around the X-axis, which is represented by the inequality x2 /A2 +(y2 +z2)/B2 <1. A is the semiaxis of revolution and B is the other semiaxis, and the ellipsoid is centered at the origin of a three-dimensional cartesian coordinate system (FIG. 1).
Questions are displayed on a video monitor, prompting the operator to enter real number values for the following parameters using a keyboard: A, the semiaxis of revolution of the ellipsoid; B, the other semiaxis of the ellipsoid, θ1, the angle of the first coordinate rotation (around the Z-axis); θ2, the angle of the second coordinate rotation (around the rotated Y-axis); and H and L, where z'=H is the equation of the top sectioning plane and z'=L is the equation of the bottom sectioning plane in the new (twice-rotated) coordinate system.
The program superimposes a unit cubic lattice on the corpuscle. A pair of coordinate rotations is performed according to the parameter values entered by the operator (see above), thus defining a new X'-Y' plane. Those lattice points which lie in the interior of the corpuscle and which lie between the sectioning planes (the corpuscle section lattice points) are counted to yield the corpuscle section volume. The program divides the new X'-Y' plane into unit squares; the total number of unit squares that contain the orthogonal projection or projections of at least one corpuscle section lattice point is the profile area of the corpuscle section.
Please refer now to FIG. 2. The operator enters, using the keyboard, real number values for A, B, θ1, θ2, H, and L 12. The program assigns to the variable, C, the absolute value of A or B, whichever is larger. H may range from C+T to -C. A two-dimensional data array with dimensions (C+2)×(C+2) is initialized, setting all cells equal to zero. A variable, Vs. is also set equal to zero. The program now increments from -(B+1) to B+1, one unit per step--the outer loop; at each such step, the program increments from -(A+1) to A+1, one unit per step--the middle loop; at each such step, the program increments from -(B+1) to B+1, one unit per step--the inner loop. At each step 13 of the inner loop, the following procedure is performed:
The current value of the inner loop variable is assigned to variable Z1 ;
the current value of the middle loop variable is assigned to variable x1 ;
the current value of the outer loop is assigned to variable y1 ;
if x2 /A2 +(y2 +z2)/B2 >1 then the inner loop increments one step directly 14, else 15 the following calculations are performed 16:
The first coordinate rotation is performed:
x.sub.2 =x.sub.1 cos (θ.sub.1)+y.sub.1 sin (θ.sub.l);
y.sub.2 =y.sub.1 cos (θ.sub.1)-x.sub.1 sin (θ.sub.1);
z.sub.2 =z.sub.1 ;
and the second coordinate rotation is performed:
x.sub.3 =x.sub.2 cos (θ.sub.2)+z.sub.2 sin (θ.sub.2);
y.sub.3 =y.sub.2 ;
z.sub.3 =z.sub.2 cos (θ.sub.2)-x.sub.2 sin (θ.sub.2).
Now, z3 is evaluated 17. If z3 does not lie between L and H 18, then the inner loop increments one step directly. But if L<z3 <H 19, then 20 Vs is set equal to Vs +1, and the cell in the two-dimensional array, the row of which is x3 rounded to the nearest integer, and the column of which is y3 rounded to the nearest integer, is set 21 equal to 1, and the inner loop increments one step 22.
When all steps in all the loops have been completed 23, all of the non-zero cells in the two-dimensional array are summed to yield the profile area, As, of the section of the corpuscle which lies between the sectioning planes, and Vs is the volume of that section 24. These data are then written to a data file on the hard drive or on a floppy disk, and the program halts 25.
The source code is included at the end of the specification.
SUMMARY, RAMIFICATIONS, AND SCOPE
Accordingly, the reader will see that the method of this invention can be used to obtain the profile area and volume of a specified corpuscle. The essence of the present invention is the use of coordinate rotations and the enumeration of points in a cubic lattice overlying the corpuscle to be sectioned, which provide the means to determine the corpuscle section volume and profile area. Consequently, this invention is also embodied in many different computer programs, in which the corpuscle to be sectioned is represented by different equations. It would also be possible to represent the object to be sectioned by a list of points internal to the object. Then, using U.S. Pat. No. 5,477,334 to Bemis Manufacturing Company, each lattice point can be classified as lying within, or outside of, the corpuscle; it is not necessary that the corpuscle be amenable to description by one or more equations or inequalities.
An important alternate embodiment repeatedly sections a predetermined corpuscle, each time determining the two coordinate rotation angles and the positions of the two sectioning planes using a random number generator, and then writes the data points (Vs1,As1), (Vs2,As2) . . . (Vsn,Asn)! to a data file. This data file may be used in conjunction with the invention disclosed in my co-pending patent application, Method for Correction of Quantitative DNA Measurements in a Tissue Section, to simulate data of cell nuclei and partial nuclei in a Feulgen-stained histologic tissue section. The efficacy of correcting quantitative DNA measurements in tissue sections can then be studied for any specified model nucleus, which is a major advance in the field. Further modifications include weighting some of the corpuscle section lattice points differently than others to simulate inhomogeneous DNA concentration within the model nucleus.
The field of stereology studies methods of predicting the attributes of corpuscles from the measurable attributes of sections of those corpuscles. The present invention will allow stereologists to understand the process of sectioning non-spherical corpuscles in a powerful new way that has not been possible previously.
Although the description of the preferred embodiment of the present invention contains many specificities, these should not be construed as limiting the scope of the invention but as merely providing an illustration of the presently preferred embodiment of this invention. Thus, the scope of the invention should be determined by the appended claims and their legal equivalents, rather than by the example given.
______________________________________
PROGRAM CCS;
{N$+}
Const
pi: real=3.141593;
Type
template=array 1..170,1..170! of integer;
templ2=array 1..2,1..170! of real;
Var
datar: templ2;
zarray: template;
vs,as,a,b,h,l,theta1,theta2,at: real;
bnfile: file of real;
fname: string 15!;
Procedure initialize;
begin
writeln(`Enter destination file name:`); readln(fname);
writeln(`Enter length of semiaxis of revolution:`); readln(a);
writeln(`Enter length of other semiaxis:`); readln(b);
writeln(`Enter first angle of rotation in radians:`); readln(theta1);
writeln(`Enter second angle of rotation in radians:`); readln(theta2);
writeln(`Enter distance of top sectioning plane from origin:`);
readln(h);
writeln(`Enter distance of bottom sectioning plane from origin:`);
readln(l);
end;
Procedure clearar;
var
i,j: integer;
begin
for i:=1 to 170 do
begin for j:=1 to 170 do
begin
zarray i,j!:=0; end; end;
for i:=1 to 2 do
begin for j:=1 to 170 do
begin datar i,j!:=0; end; end;
vs:=0; as:=0;
end;
Procedure main;
var
x1,y1,z1: integer;
c,x2,y2,z2,x3,y3,z3: real;
begin
if abs(a)>abs(b) then c:=a else c:=b;
for y1:=-(trunc(b)-1) to (trunc(b)+1 do
begin for x1:=-(trunc(a)-1) to (trunc(a)+1 do
begin for z1:=-(trunc(b)-1) to (trunc(b)+1 do
begin if x1*x1/(a*a)+(y1*y1+z1*z1)/(b*b)<1 then
begin
x2:=x1*cos(theta1)+y1*sin(theta1);
y2:=y1*cos(theta1)-x1*sin(theta1);
z2:=z1;
x3:=x2*cos(theta2)+z2*sin(theta2);
y3:=y2;
z3:=z2*cos(theta2)-x2*sin(theta2);
if(z3<h) and (z3>1) then
begin zarray round(x3+a+1),round(y3+a+1)!:=1;
vs:=vs+1; end; end; end;
end; end;
end;
Procedure finishup;
var
i,j,: integer;
begin
for i:=1 to 170 do
begin for j:=1 to 170 do
begin as:=as+zarray i,j!; end; end;
writeln(`Area =`,as);
writeln(`Volume =`,vs);
writeln(`Enter any value to quit`); readln(at);
assign(bnfile,vs; write(bnfile,as);
close(bnfile);
end;
BEGIN
initialize; clearar; main; finishup;
END
______________________________________

Claims (12)

I claim:
1. A process of operating a general purpose data processor of known type to enable said data processor to simulate the sectioning of a predetermined object of any specified volume and shape at any specified section angles and any specified section positions, to determine the section volume and section profile area of a predetermined section of said predetermined object, comprising the steps of:
(a) forming an object representation of said object, and
(b) providing lattice means of specifying a plurality of cubic lattice points completely encompassing said object representation, and
(c) providing parameter means of inputting into a working memory of said data processor parameter values corresponding to said specified section angles and said specified section positions, and
(d) providing plane means of mathematically describing two sectioning planes according to said parameter values, and
(e) providing means of identifying and counting all section points, consisting of those of said lattice points which:
(1) lie in the interior of said object representation, and
(2) lie between said two sectioning planes, and
(f) determining said section volume as the total number of said section points, and
(g) determining said section profile area as the total number of unit squares on one of said sectioning planes that contain the orthogonal projection or projections of at least one of said section points, and
(h) providing means of storing said section volume and said section profile area in a memory of said data processor,
whereby said section volume and said section profile area are determined according to said parameter values.
2. The process of claim 1 wherein said data processor is a personal computer.
3. The process of claim 1 wherein said predetermined object is a tangible physical object.
4. The process representation of claim 1 wherein said object representation is a list of representative interior points.
5. The process of claim 1 wherein said object representation is defined by one or more equations or inequalities.
6. The process of claim 5 wherein said object representation is the interior of an ellipsoid.
7. The process of claim 1 wherein said object representation is a model of a cell nucleus in a tissue section.
8. The process of claim 1 wherein said object representation is a list of points.
9. The process of claim 1 wherein said parameter means is a user interface for entering said parameter values.
10. The process of claim 9 wherein said user interface displays a list of questions displayed on a video monitor and a keyboard for entering said parameter values.
11. The process of claim 1 wherein said plane means performs steps of:
(a) performing two mutually orthogonal coordinate rotations on a three dimensional cartesian coordinate system according to said parameter values of claim 1 to create a rotated coordinate system, and
(b) drawing said two sectioning planes of claim 1 parallel to a plane selected from the group consisting of the xy plane, the xz plane, and the yz plane in said rotated coordinate system, and
(c) drawing said two sectioning planes of claim 1 according to said parameter values of claim 1.
12. The process of claim 1 wherein said parameter values are determined by a random number generator.
US08/928,193 1997-09-12 1997-09-12 General method for determining the volume and profile area of a sectioned corpuscle Expired - Fee Related US5918038A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US08/928,193 US5918038A (en) 1997-09-12 1997-09-12 General method for determining the volume and profile area of a sectioned corpuscle

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US08/928,193 US5918038A (en) 1997-09-12 1997-09-12 General method for determining the volume and profile area of a sectioned corpuscle

Publications (1)

Publication Number Publication Date
US5918038A true US5918038A (en) 1999-06-29

Family

ID=25455861

Family Applications (1)

Application Number Title Priority Date Filing Date
US08/928,193 Expired - Fee Related US5918038A (en) 1997-09-12 1997-09-12 General method for determining the volume and profile area of a sectioned corpuscle

Country Status (1)

Country Link
US (1) US5918038A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6603869B1 (en) * 2000-03-03 2003-08-05 Jeffrey A. Freed Method of using perimeter measurements to improve ploidy analysis in a tissue section
WO2009000940A1 (en) * 2007-06-28 2008-12-31 Universidad De Castilla-La Mancha Stereological analysis method and system for two-dimensional image stacks

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5477334A (en) * 1991-04-17 1995-12-19 Bemis Manufacturing Company Method of and apparatus for determining if a given data point falls within a population of data points

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5477334A (en) * 1991-04-17 1995-12-19 Bemis Manufacturing Company Method of and apparatus for determining if a given data point falls within a population of data points

Non-Patent Citations (12)

* Cited by examiner, † Cited by third party
Title
Baba, N: Computer aided three dimensional reconstruction from serial section images. In Hader DP ed. Image Analysis in Biology, CRC Press, pp. 251 270, 1991. *
Baba, N: Computer-aided three-dimensional reconstruction from serial section images. In Hader DP ed. Image Analysis in Biology, CRC Press, pp. 251-270, 1991.
Cruz Orive et al.: Recent Stereological methods for cell biology: a brief survey, Am. J. Physiol., vol. 258; pp. L148 L156, 1990. *
Cruz-Orive et al.: Recent Stereological methods for cell biology: a brief survey, Am. J. Physiol., vol. 258; pp. L148-L156, 1990.
Gundersen et al.: Stereological estimation of the volume weighted mean volume of arbitrary particles observed on random section, J. Microsc. vol. 138; pp. 127 142, 1985. *
Gundersen et al.: Stereological estimation of the volume-weighted mean volume of arbitrary particles observed on random section, J. Microsc. vol. 138; pp. 127-142, 1985.
Kubinova: Advantages of sterological methods in biomedicine. Efficiently obtaining unbiased estimates of geometrical charactertics for 3 D structures, IEEE Engineering in Medicine and Biology Magazine, vol. 17; pp. 110 115, 1998. *
Kubinova: Advantages of sterological methods in biomedicine. Efficiently obtaining unbiased estimates of geometrical charactertics for 3-D structures, IEEE Engineering in Medicine and Biology Magazine, vol. 17; pp. 110-115, 1998.
McCready RW, Papadimitriou J M. An Analysis of DNA cytomorphometry on tissue sections in a rat liver model. Analytical and Quantitative Cytology 5:117 123, 1983. *
McCready RW, Papadimitriou J M. An Analysis of DNA cytomorphometry on tissue sections in a rat liver model. Analytical and Quantitative Cytology 5:117-123, 1983.
Nikonenko AG. The cell sectioning model: Nuclear/cytoplasmic ratio studied by computer simulation. Analytical and Quantitative Cytology and Histology 18: 23 34, 1996. *
Nikonenko AG. The cell sectioning model: Nuclear/cytoplasmic ratio studied by computer simulation. Analytical and Quantitative Cytology and Histology 18: 23-34, 1996.

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6603869B1 (en) * 2000-03-03 2003-08-05 Jeffrey A. Freed Method of using perimeter measurements to improve ploidy analysis in a tissue section
WO2009000940A1 (en) * 2007-06-28 2008-12-31 Universidad De Castilla-La Mancha Stereological analysis method and system for two-dimensional image stacks

Similar Documents

Publication Publication Date Title
Collier et al. Solving 3d gravity with Virasoro TQFT
Schreiner et al. High-quality extraction of isosurfaces from regular and irregular grids
US7352371B2 (en) System and method for providing a perspective-corrected representation of a multi-dimensional cluster
Agarwal et al. Computing envelopes in four dimensions with applications
US7825927B2 (en) Calculating three-dimensional (3D) Voronoi diagrams
CN113705378B (en) Sample data generation method and device and electronic equipment
Drakos et al. Mass-loss in tidally stripped systems: the energy-based truncation method
EP2927827B1 (en) Program, apparatus, and method for managing structure data
Parulek et al. Implicit representation of molecular surfaces
Adamo et al. Twistor methods for AdS5
CN100504875C (en) Model searching device and method
Fefferman et al. Fitting a manifold of large reach to noisy data
US7647215B2 (en) Modeling directed scale-free object relationships
Lindow et al. Ligand excluded surface: A new type of molecular surface
Labussière et al. Geometry preserving sampling method based on spectral decomposition for large-scale environments
Yi et al. An effective approach for determining rock discontinuity sets using a modified whale optimization algorithm
CN115346616A (en) Training method and device of crystal property prediction model and computer equipment
US5918038A (en) General method for determining the volume and profile area of a sectioned corpuscle
Bomans et al. Holographic generalised Gukov-Witten defects
US7577547B2 (en) Jacobian scaling parameter system and method for automatic grid generation
Sheng et al. An implicit-explicit Monte Carlo method for semi-linear PDEs driven by 𝛼-stable Lévy process and its error estimates
Dorst Boolean combination of circular arcs using orthogonal spheres
Sun et al. Rmdncache: Dual-space prefetching neural network for large-scale volume visualization
Valdés et al. Virtual reality high dimensional objective spaces for multi-objective optimization: An improved representation
Budd et al. Scale-invariant random geometry from mating of trees: A numerical study

Legal Events

Date Code Title Description
REMI Maintenance fee reminder mailed
LAPS Lapse for failure to pay maintenance fees
STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20030629